Branch indexing > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git://git.eclipse.org/gitroot/hawk/hawk.git > git config remote.origin.url git://git.eclipse.org/gitroot/hawk/hawk.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/552362-commit-messages Seen branch in repository origin/552698-git Seen branch in repository origin/master Seen 3 remote branches Obtained core/Jenkinsfile from 91a46a658abeb671fe8c38410e018782ea19687a 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_281-qctp2’ are offline Created Pod: hawk/hawk-master-281-qctp2-p7k22-6c5v1 [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][Scheduled] Successfully assigned hawk-master-281-qctp2-p7k22-6c5v1 to osnode-5.eclipse.org [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home" [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "m2-repo" [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-tm47h" [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-xml" [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-security-xml" [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][Pulled] Container image "eclipsecbijenkins/basic-agent:4.2" already present on machine [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][Created] Created container [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][Started] Started container [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][Pulled] Container image "maven:3.6.3-jdk-8" already present on machine [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][Created] Created container [Normal][hawk/hawk-master-281-qctp2-p7k22-6c5v1][Started] Started container Agent hawk-master-281-qctp2-p7k22-6c5v1 is provisioned from template hawk_master_281-qctp2-p7k22 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/hawk/job/master/281/" runUrl: "job/hawk/job/master/281/" labels: jenkins: "slave" jenkins/label: "hawk_master_281-qctp2" name: "hawk-master-281-qctp2-p7k22-6c5v1" 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-281-qctp2-p7k22-6c5v1" - name: "JENKINS_NAME" value: "hawk-master-281-qctp2-p7k22-6c5v1" - 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-281-qctp2-p7k22-6c5v1 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 91a46a658abeb671fe8c38410e018782ea19687a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 91a46a658abeb671fe8c38410e018782ea19687a # timeout=10 Commit message: "Add 'TimelineAnnotation' as special-purpose derived attribute type for xAnnotated operations" > git rev-list --no-walk 40de176a8e1f12db711fec52ce84b692928910ae # 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 14, 2020 9:08: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 14, 2020 9:08:07 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 14, 2020 9:08:11 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jun 14, 2020 9:08:11 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 14, 2020 9:08:16 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 14, 2020 9:08:16 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 14, 2020 9:08:26 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jun 14, 2020 9:08:26 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 14, 2020 9:08: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 14, 2020 9:08:33 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 14, 2020 9:08:38 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 14, 2020 9:08:38 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 14, 2020 9:08:49 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 14, 2020 9:08:49 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 14, 2020 9:08:54 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 14, 2020 9:08:54 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 14, 2020 9:09:06 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 14, 2020 9:09:06 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 14, 2020 9:09:13 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 14, 2020 9:09:13 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 14, 2020 9:09:15 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 14, 2020 9:09:15 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: 5 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.13.0/libthrift-0.13.0.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/junit2435581985610459816 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/junit2344316352907568430 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/junit1248111702769677794 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/junit7121415848798017834 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/junit7536049307695815156 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/junit4419150790795282071 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/junit1031333305631357957 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/junit6226204235215104234 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/junit8007802468288023082 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/junit9013896299012420560 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/junit4094186255247713611 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/junit1168832679855020252 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/junit7849233044171653036 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/junit8316954610955373651 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/junit2472656893509647200 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/junit970004828056265024 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/junit8936105643205056641 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/junit4771786690212425198 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/junit6189183715580544706 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/junit4820669646951098580 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/junit7907947192885529507 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/junit1016927608699241832 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/junit3593112284027820618 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/junit50741313534020243 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/junit6664953843128241186 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/junit6850867907933091192 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/junit6126442453989119335 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/junit4932340751856004288 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit6318662721365894455 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit6318662721365894455 Starting database plocal:/tmp/junit1702145816749573882 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit8295325312826955768 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/junit7525879745302186067 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/junit6414430517098803745 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/junit7998350106150948931 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Starting database plocal:/tmp/junit4636239320468264056 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/junit8495785195116951353 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/junit8081174447299025526 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/junit7574923185280858390 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/junit5177804763992023621 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/junit4145296232904576123 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/junit1717361086769624413 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Starting database plocal:/tmp/junit5543052819698956807 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: 306.453 s - in org.eclipse.hawk.backend.tests.BackendTestSuite addThenReuseIterable[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 10.143 s getMultipleMatches[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 5.803 s invalidIndexNames[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 10.524 s doubleExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 8.384 s removeByFullKey[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 6.786 s removeByNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 5.495 s removeByFieldNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 6.836 s indexNodeDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 7.53 s integerRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 8.347 s integerExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 5.621 s indexKeyAdditionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 7.272 s removeByNodeMultipleIndicesRemoveAll[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 8.134 s removeByNodeMultipleIndicesRemoveOne[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 9.255 s addPreservesPriorValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 5.72 s addNullMap[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 6.074 s query[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 7.302 s removeByNode3Arg[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 7.264 s removeByFullKeyInt[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 5.327 s nodeDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 8.081 s queryWithPipes[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 7.702 s addNullValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 9.002 s removeByValueNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 10.779 s indexDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 7.595 s deleteRecreate[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 6.859 s floatingRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 6.58 s removeByFullKeyDouble[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 6.821 s indexKeyRemovalRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 10.166 s testStartTransaction[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 7.082 s testStartDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 15.369 s testStartShutdown[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 5.756 s twoNodesBatchRemoveRel[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 5.945 s oneNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 7.067 s oneNodeProperty[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 6.19 s oneNodeRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 4.532 s oneNodeRemoveRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 6.207 s escapeInvalidClassCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 7.767 s escapeInvalidCharactersEdges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 6.257 s escapeInvalidFieldCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 4.858 s twoNodesBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 5.988 s oneNodeRemove[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 6.308 s oneNodeBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 5.858 s threeNodesRemoveMiddle[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 5.762 s Results: Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest 21:19:17.738 [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] 21:19:17.740 [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] 21:19:17.741 [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] 21:19:17.867 [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] 21:19:17.868 [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] 21:19:17.937 [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.151 s - in org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest separateJDTAST(org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest) Time elapsed: 1.085 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.011 s - in org.eclipse.hawk.http.HTTPManagerTest getDeltaDigest(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.828 s getDeltaLastModifiedHeader(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.083 s getDeltaEtag(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0 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.005 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.integration.tests.IntegrationTestSuite Starting database plocal:/tmp/junit7398757149478375980/test_set0[OrientDB] Jun 14, 2020 9:19:35 PM com.orientechnologies.common.log.OLogManager log INFO: Auto configuration of disk cache size. Jun 14, 2020 9:19:35 PM com.orientechnologies.common.log.OLogManager log INFO: Disk cache size is directly set by the user to the 300 mb Jun 14, 2020 9:19:35 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 14, 2020 9:19:35 PM com.orientechnologies.common.log.OLogManager log INFO: Lowering memory chunk size from 1,073,741,824B to 314,572,800B. Jun 14, 2020 9:19:36 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit7398757149478375980/test_set0[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:19:42.442 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:19:42.503 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:19:42.503 [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 21:19:42.506 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:19:42.506 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:19:42.537 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:19:42.537 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:19:42.538 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:19:42.539 [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! 21:19:42.539 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:19:42.539 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:19:42.540 [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 21:19:42.540 [pool-3-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 21:19:42.845 [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] 21:19:42.845 [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] 21:19:42.845 [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 21:19:42.846 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:19:42.846 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:19:42.861 [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 21:19:43.954 [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)] 21:19:44.243 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 21:19:44.245 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 21:19:44.252 [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 21:19:44.257 [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 21:19:44.260 [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 21:19:44.344 [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 21:19:44.538 [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 21:19:44.538 [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 21:19:44.538 [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 21:19:44.539 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 21:19:44.546 [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 21:19:44.547 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 21:19:44.553 [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 21:19:44.553 [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 21:19:44.554 [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 21:19:44.557 [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 21:19:44.557 [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 21:19:44.557 [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 21:19:44.557 [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 21:19:44.557 [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 21:19:44.557 [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 21:19:44.557 [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 21:19:44.558 [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 21:19:44.558 [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 21:19:44.558 [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 21:19:44.558 [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 21:19:44.559 [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 21:19:44.559 [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 21:19:44.559 [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 21:19:44.559 [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 21:19:44.559 [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 21:19:44.560 [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 21:19:44.560 [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 21:19:44.561 [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 21:19:44.561 [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 21:19:44.561 [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 21:19:44.561 [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 21:19:44.562 [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 21:19:44.562 [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 21:19:44.562 [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 21:19:44.562 [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 21:19:44.563 [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 21:19:44.563 [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[] 21:19:44.563 [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 21:19:44.563 [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 21:19:44.773 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec) 21:19:44.774 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:19:45.161 [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 21:19:45.164 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:19:45.164 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:19:45.175 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:19:45.177 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:19:45.177 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:19:47.862 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 21:19:47.866 [pool-3-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:19:47.867 [pool-3-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:19:47.867 [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)] 21:19:48.991 [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)] 21:19:50.582 [pool-3-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 21:20:12.586 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 23 sec (23 sec total) to /set0.xmi 21:20:17.494 [pool-3-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec) 21:20:17.494 [pool-3-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 21:20:25.700 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding references: 50035 8 sec (8 sec total) to /set0.xmi 21:20:28.088 [pool-3-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~10 sec) 21:20:28.089 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 40s235ms [pure insertion] marking any relevant derived attributes for update...21:20:28.089 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 21:20:28.092 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 21:20:28.093 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:20:28.093 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:21:15.457 [pool-3-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 21:21:15.457 [pool-3-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~47.364s attempting to resolve any uninitialized derived attributes... 21:21:15.457 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:21:15.457 [pool-3-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:21:15.458 [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... 21:21:15.458 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 47s369ms [proxy update] 21:21:15.462 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:21:15.463 [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 ~90s validating changes... validating file UPDATED for /set0.xmi changed resource size: 69680 relevant graph size: 69680 validated changes... true 21:21:35.458 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 110 s 292 ms 21:21:35.675 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:21:35.675 [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 21:21:35.679 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:21:35.679 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:21:36.517 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:21:36 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit7398757149478375980/test_set0[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit7141547094191747367/test_tree[OrientDB] Jun 14, 2020 9:21:37 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit7141547094191747367/test_tree[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:21:43.710 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:21:43.714 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:21:43.714 [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 21:21:43.714 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:21:43.714 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:21:43.715 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:21:43.715 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:21:43.715 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:21:43.715 [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! 21:21:43.715 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:21:43.716 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:21:43.716 [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 21:21:43.718 [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 21:21:43.729 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:21:43.729 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:21:43.733 [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 21:21:44.907 [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)] 21:21:45.102 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 21:21:45.104 [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 21:21:45.104 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 21:21:45.105 [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 21:21:45.105 [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 21:21:45.105 [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 21:21:45.105 [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 21:21:45.105 [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 21:21:45.106 [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 21:21:45.106 [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 21:21:45.106 [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 21:21:45.107 [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 21:21:45.107 [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 21:21:45.107 [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[] 21:21:45.107 [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 21:21:45.107 [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 21:21:45.107 [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 21:21:45.108 [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 21:21:45.108 [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 21:21:45.108 [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 21:21:45.108 [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 21:21:45.109 [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 21:21:45.109 [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 21:21:45.109 [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 21:21:45.109 [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 21:21:45.109 [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 21:21:45.110 [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 21:21:45.110 [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 21:21:45.110 [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 21:21:45.110 [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 21:21:45.110 [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 21:21:45.110 [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 21:21:45.110 [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 21:21:45.111 [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 21:21:45.123 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec) 21:21:45.124 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:21:45.389 [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 21:21:45.392 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:21:45.392 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:21:45.396 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:21:45.397 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:21:45.397 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:21:45.404 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 21:21:45.405 [pool-4-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:21:45.405 [pool-4-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:21:45.405 [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)] 21:21:46.318 [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)] 21:21:47.254 [pool-4-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 21:21:47.254 [pool-4-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 21:21:47.258 [pool-4-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:21:47.259 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 1s856ms [pure insertion] marking any relevant derived attributes for update...21:21:47.259 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:21:47.259 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:21:47.259 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:21:47.259 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:21:47.261 [pool-4-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 21:21:47.261 [pool-4-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 21:21:47.261 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:21:47.261 [pool-4-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:21:47.261 [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... 21:21:47.261 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 21:21:47.261 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:21:47.262 [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 ~1s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 21:21:47.264 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 872 ms 21:21:47.287 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:21:47.287 [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 21:21:47.290 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:21:47.290 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:21:47.781 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:21:47 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit7141547094191747367/test_tree[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8682593477755286571/test_treeWithSpaces[OrientDB] Jun 14, 2020 9:21:48 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit8682593477755286571/test_treeWithSpaces[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:21:53.559 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:21:53.563 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:21:53.564 [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 21:21:53.564 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:21:53.564 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:21:53.564 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:21:53.564 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:21:53.564 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:21:53.565 [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! 21:21:53.565 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:21:53.565 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:21:53.566 [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 21:21:53.567 [pool-5-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 21:21:53.577 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:21:53.577 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:21:53.579 [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 21:21:54.632 [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 21:21:54.632 [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)] 21:21:54.824 [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 21:21:54.824 [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 21:21:54.824 [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 21:21:54.824 [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 21:21:54.825 [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 21:21:54.825 [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 21:21:54.825 [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 21:21:54.825 [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 21:21:54.826 [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 21:21:54.826 [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 21:21:54.826 [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[] 21:21:54.826 [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 21:21:54.826 [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 21:21:54.826 [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 21:21:54.826 [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 21:21:54.826 [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 21:21:54.827 [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 21:21:54.827 [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 21:21:54.827 [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 21:21:54.827 [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 21:21:54.827 [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 21:21:54.827 [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 21:21:54.827 [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 21:21:54.827 [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 21:21:54.828 [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 21:21:54.828 [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 21:21:54.828 [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 21:21:54.828 [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 21:21:54.828 [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 21:21:54.828 [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 21:21:54.828 [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 21:21:54.828 [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 21:21:54.908 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 21:21:54.983 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec) 21:21:54.984 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:21:55.256 [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 21:21:55.258 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:21:55.258 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:21:55.260 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:21:55.263 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:21:55.264 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:21:55.266 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 21:21:55.267 [pool-5-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:21:55.267 [pool-5-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:21:55.267 [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)] 21:21:56.170 [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)] 21:21:56.885 [pool-5-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 21:21:56.886 [pool-5-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 21:21:56.886 [pool-5-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:21:56.886 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 1s620ms [pure insertion] marking any relevant derived attributes for update...21:21:56.886 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:21:56.887 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:21:56.887 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:21:56.887 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:21:56.889 [pool-5-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 21:21:56.889 [pool-5-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 21:21:56.889 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:21:56.889 [pool-5-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:21:56.889 [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... 21:21:56.889 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 21:21:56.890 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:21:56.890 [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 21:21:56.892 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 633 ms 21:21:56.909 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:21:56.909 [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 21:21:56.913 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:21:56.913 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:21:57.204 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:21:57 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit8682593477755286571/test_treeWithSpaces[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit6991502444237519273/test_treeCrossResourceContainment[OrientDB] Jun 14, 2020 9:21:57 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit6991502444237519273/test_treeCrossResourceContainment[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:22:01.110 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:22:01.115 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:01.115 [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 21:22:01.115 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:22:01.115 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:22:01.115 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:22:01.115 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:22:01.116 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:22:01.116 [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! 21:22:01.116 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:22:01.116 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:22:01.117 [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 21:22:01.117 [pool-6-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 21:22:01.125 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:22:01.125 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:22:01.127 [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 21:22:01.782 [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 21:22:01.782 [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 21:22:01.782 [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 21:22:01.782 [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)] 21:22:01.915 [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 21:22:01.915 [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 21:22:01.916 [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 21:22:01.916 [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 21:22:01.916 [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 21:22:01.916 [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 21:22:01.916 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 21:22:01.917 [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 21:22:01.917 [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 21:22:01.917 [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[] 21:22:01.917 [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 21:22:01.917 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 21:22:01.917 [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 21:22:01.917 [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 21:22:01.917 [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 21:22:01.917 [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 21:22:01.917 [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 21:22:01.917 [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 21:22:01.917 [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 21:22:01.918 [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 21:22:01.918 [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 21:22:01.918 [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 21:22:01.918 [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 21:22:01.918 [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 21:22:01.918 [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 21:22:01.918 [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 21:22:01.918 [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 21:22:01.918 [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 21:22:01.918 [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 21:22:01.919 [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 21:22:01.923 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 21:22:01.931 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 21:22:01.931 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:22:02.177 [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 21:22:02.180 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:02.180 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:22:02.182 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:22:02.184 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:22:02.184 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:22:02.187 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model... 21:22:02.188 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:22:02.188 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:22:02.188 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 21:22:02.817 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 21:22:02.943 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 21:22:02.943 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model 21:22:03.377 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:22:03.377 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model. 1s190ms [pure insertion] marking any relevant derived attributes for update...21:22:03.377 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:22:03.377 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:22:03.379 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 21:22:03.379 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:22:03.380 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:22:03.380 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 21:22:03.380 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 21:22:03.811 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 21:22:03.811 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 21:22:03.816 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:22:03.817 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s438ms [pure insertion] marking any relevant derived attributes for update...21:22:03.817 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:22:03.817 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:22:03.817 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:22:03.817 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:22:03.820 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 21:22:03.825 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 21:22:03.825 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 21:22:03.825 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:22:03.825 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:22:03.825 [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... 21:22:03.825 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 21:22:03.825 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:22:03.825 [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 ~1s validating changes... validating file UPDATED for /child.model validating file UPDATED for /root.model changed resource size: 3 relevant graph size: 3 validated changes... true 21:22:03.827 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 647 ms 21:22:03.845 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:22:03.845 [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 21:22:03.847 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:03.847 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:22:04.205 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:22:04 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit6991502444237519273/test_treeCrossResourceContainment[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4048405978331041402/test_derivedEdgeCollection[OrientDB] Jun 14, 2020 9:22:04 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit4048405978331041402/test_derivedEdgeCollection[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:22:10.383 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:22:10.387 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:10.387 [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 21:22:10.387 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:22:10.387 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:22:10.387 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:22:10.387 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:22:10.387 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:22:10.388 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 21:22:10.388 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:22:10.388 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:22:10.388 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:22:10.389 [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 21:22:10.398 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:22:10.398 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:22:10.400 [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 21:22:11.256 [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)] 21:22:11.398 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 21:22:11.401 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 21:22:11.401 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 21:22:11.402 [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 21:22:11.402 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 21:22:11.402 [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 21:22:11.402 [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 21:22:11.403 [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 21:22:11.403 [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 21:22:11.403 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 21:22:11.403 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 21:22:11.403 [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 21:22:11.403 [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 21:22:11.403 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 21:22:11.403 [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 21:22:11.404 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 21:22:11.404 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 21:22:11.404 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 21:22:11.404 [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 21:22:11.404 [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 21:22:11.404 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 21:22:11.404 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 21:22:11.404 [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 21:22:11.404 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 21:22:11.404 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 21:22:11.404 [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 21:22:11.405 [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 21:22:11.405 [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 21:22:11.405 [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 21:22:11.405 [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 21:22:11.405 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 21:22:11.405 [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 21:22:11.405 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 21:22:11.405 [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 21:22:11.415 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec) 21:22:11.415 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:22:11.677 [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 21:22:11.681 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:11.682 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:22:11.685 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:22:11.687 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:22:11.688 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:22:11.691 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 21:22:11.693 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:22:11.693 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:22:11.693 [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)] 21:22:12.318 [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)] 21:22:12.837 [pool-7-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 21:22:12.837 [pool-7-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 21:22:12.840 [pool-7-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 21:22:12.840 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 1s149ms [pure insertion] marking any relevant derived attributes for update...21:22:12.840 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:22:12.840 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:22:12.841 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:22:12.841 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:22:12.842 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 21:22:12.842 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 21:22:12.842 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:22:12.842 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:22:12.842 [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... 21:22:12.842 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 21:22:12.842 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:22:12.843 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:22:12.843 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 161 ms 21:22:12.843 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 21:22:12.843 [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; 21:22:12.844 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 21:22:12.844 [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: [] 21:22:13.000 [pool-7-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 21:22:13.003 [pool-7-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.wrappers.GraphNodeWrapper 21:22:13.947 [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' (0 s, 0 s total) 21:22:13.948 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 1.104s 21:22:13.948 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 21:22:13.969 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:22:13.969 [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 21:22:13.972 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:13.972 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:22:14.148 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:22:14 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit4048405978331041402/test_derivedEdgeCollection[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit3351276572451504348/test_deriveThenAdd[OrientDB] Jun 14, 2020 9:22:15 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit3351276572451504348/test_deriveThenAdd[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:22:21.010 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:22:21.015 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:21.015 [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 21:22:21.015 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:22:21.015 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:22:21.016 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:22:21.016 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:22:21.016 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:22:21.016 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 21:22:21.016 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:22:21.016 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:22:21.017 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:22:21.017 [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 21:22:21.022 [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 21:22:21.022 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:22:21.022 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:22:21.024 [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 21:22:22.139 [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)] 21:22:22.329 [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 21:22:22.331 [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 21:22:22.332 [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 21:22:22.332 [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 21:22:22.332 [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 21:22:22.332 [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 21:22:22.332 [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 21:22:22.332 [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 21:22:22.332 [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 21:22:22.332 [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 21:22:22.333 [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 21:22:22.333 [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 21:22:22.333 [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 21:22:22.333 [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 21:22:22.333 [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 21:22:22.333 [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 21:22:22.333 [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 21:22:22.333 [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 21:22:22.333 [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 21:22:22.334 [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 21:22:22.334 [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 21:22:22.334 [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 21:22:22.334 [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 21:22:22.334 [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 21:22:22.334 [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 21:22:22.334 [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 21:22:22.334 [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 21:22:22.335 [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[] 21:22:22.335 [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 21:22:22.335 [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 21:22:22.335 [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 21:22:22.335 [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 21:22:22.335 [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 21:22:22.335 [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 21:22:22.427 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec) 21:22:22.427 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:22:22.428 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 21:22:22.428 [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; 21:22:22.429 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 21:22:22.668 [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 21:22:22.671 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:22.671 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:22:22.674 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:22:22.677 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:22:22.677 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:22:22.680 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 21:22:22.681 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:22:22.681 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:22:22.681 [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)] 21:22:23.691 [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: [] 21:22:25.495 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:22:25.495 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 21:22:26.564 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~1 sec) 21:22:26.564 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 3s884ms [pure insertion] marking any relevant derived attributes for update...21:22:26.564 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:22:26.565 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:22:26.567 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 21:22:26.567 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:22:26.567 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:22:26.567 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 21:22:26.567 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 21:22:26.569 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:22:26.569 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 21:22:26.570 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:22:26.570 [pool-8-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...21:22:26.570 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:22:26.570 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:22:26.571 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 21:22:26.571 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:22:26.571 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:22:26.571 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 21:22:26.572 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 21:22:26.573 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:22:26.573 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 21:22:26.575 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:22:26.575 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...21:22:26.575 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:22:26.575 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:22:26.575 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:22:26.575 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:22:26.579 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 21:22:26.589 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 21:22:26.589 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.014s attempting to resolve any uninitialized derived attributes... 21:22:26.589 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:22:26.589 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:22:26.589 [pool-8-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 21:22:28.040 [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' (1 s, 1 s total) 21:22:28.040 [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... 21:22:28.040 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s466ms [proxy update] 21:22:28.041 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:22:28.041 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:22:28.041 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 370 ms 21:22:28.049 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:22:28.049 [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 21:22:28.051 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:28.051 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:22:28.307 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:22:28 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit3351276572451504348/test_deriveThenAdd[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit7630319396613597200/test_derivedEdgeSingle[OrientDB] Jun 14, 2020 9:22:29 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit7630319396613597200/test_derivedEdgeSingle[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:22:32.791 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:22:32.793 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:32.793 [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 21:22:32.793 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:22:32.793 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:22:32.794 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:22:32.794 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:22:32.794 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:22:32.794 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 21:22:32.794 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:22:32.794 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:22:32.795 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:22:32.795 [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 21:22:32.801 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:22:32.801 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:22:32.802 [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 21:22:33.697 [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)] 21:22:33.851 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 21:22:33.853 [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 21:22:33.854 [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[] 21:22:33.854 [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 21:22:33.854 [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 21:22:33.855 [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 21:22:33.855 [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 21:22:33.855 [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 21:22:33.855 [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 21:22:33.855 [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 21:22:33.855 [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 21:22:33.855 [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 21:22:33.855 [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 21:22:33.855 [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 21:22:33.856 [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 21:22:33.857 [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 21:22:33.857 [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 21:22:33.857 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 21:22:33.857 [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 21:22:33.858 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 21:22:33.858 [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 21:22:33.858 [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 21:22:33.858 [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 21:22:33.858 [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 21:22:33.858 [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 21:22:33.858 [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 21:22:33.858 [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 21:22:33.858 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 21:22:33.858 [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 21:22:33.859 [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 21:22:33.859 [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 21:22:33.859 [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 21:22:33.859 [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 21:22:33.859 [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 21:22:33.936 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec) 21:22:33.936 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:22:34.178 [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 21:22:34.181 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:34.181 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:22:34.183 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:22:34.185 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:22:34.185 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:22:34.187 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 21:22:34.188 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:22:34.188 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:22:34.188 [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)] 21:22:35.149 [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)] 21:22:36.075 [pool-9-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 21:22:36.075 [pool-9-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 21:22:36.108 [pool-9-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 21:22:36.108 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 1s921ms [pure insertion] marking any relevant derived attributes for update...21:22:36.108 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:22:36.108 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:22:36.108 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:22:36.108 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:22:36.109 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 21:22:36.109 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 21:22:36.109 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:22:36.109 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:22:36.110 [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... 21:22:36.110 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 21:22:36.110 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:22:36.110 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:22:36.110 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 929 ms 21:22:36.110 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 21:22:36.110 [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; 21:22:36.111 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 21:22:36.111 [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: [] 21:22:36.253 [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; 21:22:37.287 [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) 21:22:37.287 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 1.176s 21:22:37.287 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 21:22:37.297 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:22:37.297 [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 21:22:37.299 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:37.299 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:22:37.504 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:22:37 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit7630319396613597200/test_derivedEdgeSingle[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5811493611973414179/test_addThenIndex[OrientDB] Jun 14, 2020 9:22:38 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit5811493611973414179/test_addThenIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:22:46.337 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:22:46.340 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:46.340 [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 21:22:46.340 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:22:46.340 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:22:46.340 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:22:46.340 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:22:46.340 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:22:46.341 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 21:22:46.341 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:22:46.341 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:22:46.341 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:22:46.341 [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 21:22:46.347 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:22:46.347 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:22:46.349 [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 21:22:48.189 [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)] 21:22:48.471 [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 21:22:48.472 [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 21:22:48.472 [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 21:22:48.472 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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 21:22:48.473 [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[] 21:22:48.473 [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 21:22:48.474 [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 21:22:48.474 [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 21:22:48.474 [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 21:22:48.474 [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 21:22:48.474 [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 21:22:48.474 [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 21:22:48.474 [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 21:22:48.474 [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 21:22:48.474 [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 21:22:48.474 [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 21:22:48.474 [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 21:22:48.475 [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 21:22:48.482 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~2 sec) 21:22:48.482 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:22:49.154 [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 21:22:49.157 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:49.157 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:22:49.157 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 21:22:49.158 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 21:22:49.158 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 21:22:49.160 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:22:49.163 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:22:49.163 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:22:49.166 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 21:22:49.167 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:22:49.167 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:22:49.167 [pool-10-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)] 21:22:51.360 [pool-10-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)] 21:22:53.598 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:22:53.598 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 21:22:54.291 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:22:54.291 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 5s125ms [pure insertion] marking any relevant derived attributes for update...21:22:54.291 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:22:54.291 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:22:54.293 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 21:22:54.293 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:22:54.293 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:22:54.293 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 21:22:54.293 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 21:22:54.295 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:22:54.295 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 21:22:54.297 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:22:54.297 [pool-10-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...21:22:54.297 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:22:54.297 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:22:54.299 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 21:22:54.299 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:22:54.299 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:22:54.299 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 21:22:54.299 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 21:22:54.300 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:22:54.300 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 21:22:54.301 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:22:54.302 [pool-10-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...21:22:54.302 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:22:54.302 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:22:54.302 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:22:54.302 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:22:54.304 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 21:22:54.313 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 21:22:54.313 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 21:22:54.313 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:22:54.313 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:22:54.313 [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... 21:22:54.313 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 21:22:54.314 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:22:54.314 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:22:54.314 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 157 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 21:22:54.321 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:22:54.321 [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 21:22:54.323 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:22:54.323 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:22:55.017 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:22:55 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit5811493611973414179/test_addThenIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit857406686438968149/test_lookupWithIndex[OrientDB] Jun 14, 2020 9:22:56 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit857406686438968149/test_lookupWithIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:23:01.204 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:23:01.206 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:01.206 [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 21:23:01.206 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:01.206 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:01.206 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:23:01.206 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:23:01.206 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:23:01.207 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 21:23:01.207 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:23:01.207 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:23:01.207 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:23:01.207 [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 21:23:01.212 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:01.212 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:01.214 [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 21:23:02.245 [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 21:23:02.245 [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 21:23:02.245 [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 21:23:02.245 [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)] 21:23:02.452 [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 21:23:02.452 [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 21:23:02.452 [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 21:23:02.452 [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 21:23:02.452 [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 21:23:02.452 [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 21:23:02.452 [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 21:23:02.452 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 21:23:02.452 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 21:23:02.452 [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[] 21:23:02.452 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 21:23:02.452 [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 21:23:02.452 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 21:23:02.452 [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 21:23:02.452 [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 21:23:02.452 [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 21:23:02.453 [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 21:23:02.453 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 21:23:02.453 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 21:23:02.453 [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 21:23:02.453 [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 21:23:02.453 [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 21:23:02.454 [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 21:23:02.454 [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 21:23:02.454 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 21:23:02.454 [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 21:23:02.454 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 21:23:02.454 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 21:23:02.454 [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 21:23:02.454 [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 21:23:02.529 [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 21:23:02.568 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec) 21:23:02.568 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:23:02.568 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 21:23:02.568 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 21:23:02.569 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 21:23:02.893 [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 21:23:02.895 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:02.895 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:23:02.898 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:23:02.902 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:23:02.902 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:23:02.904 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 21:23:02.904 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:02.904 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:23:02.905 [pool-11-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)] 21:23:04.298 [pool-11-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)] 21:23:05.818 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:23:05.818 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 21:23:06.444 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:23:06.444 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 3s541ms [pure insertion] marking any relevant derived attributes for update...21:23:06.444 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:23:06.445 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:23:06.446 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 21:23:06.446 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:06.446 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:23:06.446 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 21:23:06.447 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 21:23:06.448 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:23:06.448 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 21:23:06.449 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:23:06.449 [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...21:23:06.449 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:23:06.449 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:23:06.450 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 21:23:06.450 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:06.450 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:23:06.450 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 21:23:06.451 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 21:23:06.452 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:23:06.452 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 21:23:06.454 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:23:06.454 [pool-11-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...21:23:06.454 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:23:06.454 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:23:06.454 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:23:06.454 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:23:06.456 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 21:23:06.465 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 21:23:06.465 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 21:23:06.465 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:23:06.465 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:23:06.466 [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... 21:23:06.466 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 21:23:06.466 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:23:06.466 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:23:06.466 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 571 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 21:23:06.474 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:23:06.474 [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 21:23:06.476 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:06.476 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:23:07.055 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:23:07 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit857406686438968149/test_lookupWithIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit1300025451542489857/test_lookupWithoutIndex[OrientDB] Jun 14, 2020 9:23:07 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit1300025451542489857/test_lookupWithoutIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:23:13.412 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:23:13.415 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:13.415 [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 21:23:13.415 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:13.415 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:13.415 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:23:13.415 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:23:13.415 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:23:13.415 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 21:23:13.415 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:23:13.415 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:23:13.416 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:23:13.416 [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 21:23:13.421 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:13.421 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:13.423 [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 21:23:14.179 [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 21:23:14.179 [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 21:23:14.179 [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 21:23:14.179 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 21:23:14.179 [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 21:23:14.179 [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 21:23:14.179 [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)] 21:23:14.285 [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 21:23:14.285 [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 21:23:14.285 [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 21:23:14.285 [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 21:23:14.285 [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 21:23:14.285 [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 21:23:14.286 [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 21:23:14.286 [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 21:23:14.286 [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 21:23:14.286 [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 21:23:14.286 [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 21:23:14.286 [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 21:23:14.286 [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[] 21:23:14.286 [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 21:23:14.286 [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 21:23:14.286 [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 21:23:14.286 [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 21:23:14.286 [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 21:23:14.286 [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 21:23:14.287 [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 21:23:14.287 [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 21:23:14.287 [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 21:23:14.287 [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 21:23:14.287 [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 21:23:14.287 [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 21:23:14.288 [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 21:23:14.288 [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 21:23:14.290 [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 21:23:14.295 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 21:23:14.295 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:23:14.552 [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 21:23:14.554 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:14.554 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:23:14.556 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:23:14.559 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:23:14.559 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:23:14.561 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 21:23:14.562 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:14.562 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:23:14.562 [pool-12-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)] 21:23:16.349 [pool-12-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)] 21:23:17.168 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:23:17.168 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 21:23:17.761 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:23:17.761 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 3s200ms [pure insertion] marking any relevant derived attributes for update...21:23:17.761 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:23:17.761 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:23:17.762 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 21:23:17.763 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:17.763 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:23:17.763 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 21:23:17.763 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 21:23:17.764 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:23:17.764 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 21:23:17.765 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:23:17.765 [pool-12-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...21:23:17.765 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:23:17.765 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:23:17.766 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 21:23:17.766 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:17.766 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:23:17.766 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 21:23:17.766 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 21:23:17.767 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:23:17.767 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 21:23:17.768 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:23:17.768 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:23:17.768 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:23:17.768 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:23:17.768 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:23:17.768 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:23:17.770 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 21:23:17.778 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 21:23:17.778 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 21:23:17.779 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:23:17.779 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:23:17.779 [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... 21:23:17.779 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 21:23:17.779 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:23:17.779 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:23:17.779 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 225 ms 21:23:17.783 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:23:17.783 [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 21:23:17.785 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:17.785 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:23:18.145 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:23:18 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit1300025451542489857/test_lookupWithoutIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2087389993776797854/test_eContainersIsUpdatedRoot[OrientDB] Jun 14, 2020 9:23:19 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit2087389993776797854/test_eContainersIsUpdatedRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:23:26.187 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:23:26.189 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:26.189 [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 21:23:26.189 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:26.189 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:26.189 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:23:26.189 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:23:26.189 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:23:26.189 [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! 21:23:26.190 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:23:26.190 [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 21:23:26.190 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 21:23:26.192 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 21:23:26.196 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:26.196 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:26.197 [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 21:23:27.847 [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 21:23:27.848 [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 21:23:27.848 [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)] 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.147 [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 21:23:28.148 [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 21:23:28.148 [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 21:23:28.148 [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 21:23:28.148 [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[] 21:23:28.148 [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 21:23:28.149 [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 21:23:28.149 [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 21:23:28.149 [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 21:23:28.149 [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 21:23:28.149 [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 21:23:28.149 [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 21:23:28.149 [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 21:23:28.149 [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 21:23:28.149 [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 21:23:28.149 [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 21:23:28.149 [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 21:23:28.149 [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 21:23:28.154 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~1 sec) 21:23:28.154 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:23:28.154 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 21:23:28.157 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:28.157 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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[] 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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[] 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.160 [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 21:23:28.161 [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 21:23:28.161 [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 21:23:28.161 [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 21:23:28.161 [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 21:23:28.161 [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 21:23:28.161 [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 21:23:28.161 [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 21:23:28.161 [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 21:23:28.161 [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 21:23:28.161 [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 21:23:28.161 [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 21:23:28.161 [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 21:23:28.162 [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 21:23:28.162 [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 21:23:28.162 [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 21:23:28.162 [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 21:23:28.162 [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 21:23:28.165 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 21:23:28.165 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:23:28.165 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 21:23:28.166 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:28.166 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:28.283 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 21:23:28.286 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 21:23:28.286 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:23:28.854 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2934904066047199043/:org.eclipse.hawk.localfolder.LocalFolder:false 21:23:28.856 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:28.856 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:23:28.859 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:23:28.862 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:23:28.862 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:23:28.879 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi... 21:23:28.880 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:28.880 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:23:28.880 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 21:23:29.635 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 21:23:29.790 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 21:23:29.790 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi 21:23:30.438 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:23:30.438 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childA.xmi. 1s559ms [pure insertion] marking any relevant derived attributes for update...21:23:30.438 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:23:30.438 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:23:30.454 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 21:23:30.454 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:30.454 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:23:30.454 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 21:23:30.487 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi 21:23:30.487 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 21:23:30.487 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi 21:23:30.488 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:23:30.488 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s34ms [pure insertion] marking any relevant derived attributes for update...21:23:30.488 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:23:30.488 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:23:30.501 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 21:23:30.501 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:30.501 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:23:30.501 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 21:23:30.520 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 21:23:31.137 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 21:23:31.137 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 21:23:31.138 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:23:31.138 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s637ms [pure insertion] marking any relevant derived attributes for update...21:23:31.138 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:23:31.138 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:23:31.152 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi... 21:23:31.152 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:31.152 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:23:31.152 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi... 21:23:31.152 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi 21:23:31.152 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 21:23:31.152 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi 21:23:31.153 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:23:31.153 [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...21:23:31.153 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:23:31.153 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:23:31.153 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:23:31.153 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:23:31.154 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 21:23:31.193 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 21:23:31.193 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.04s attempting to resolve any uninitialized derived attributes... 21:23:31.193 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:23:31.193 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:23:31.194 [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... 21:23:31.194 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s41ms [proxy update] 21:23:31.194 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:23:31.194 [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 ~2s validating changes... validating file UPDATED for /childA.xmi validating file UPDATED for /childAA.xmi validating file UPDATED for /root.xmi validating file UPDATED for /childB.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 21:23:31.196 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 340 ms 21:23:31.196 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 21:23:31.197 [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); 21:23:31.197 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 21:23:31.198 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 21:23:31.451 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 21:23:33.049 [main] 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) 21:23:33.049 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 1.852s 21:23:33.050 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 21:23:33.056 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:23:33.058 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:23:33.060 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:23:33.060 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:23:33.073 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 21:23:33.073 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:33.073 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 21:23:33.074 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 21:23:33.074 [pool-13-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 21:23:33.074 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi... 21:23:33.074 [pool-13-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 21:23:33.078 [pool-13-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.004s 21:23:33.151 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 21:23:33.927 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 21:23:33.927 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 21:23:33.928 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:23:33.928 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi. 0s855ms [pure insertion] marking any relevant derived attributes for update...21:23:33.928 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 21:23:33.931 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 21:23:33.931 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:23:33.931 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:23:33.931 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 21:23:33.936 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 21:23:33.936 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 21:23:33.936 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:23:33.936 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:23:33.936 [pool-13-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 21:23:33.939 [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) 21:23:33.939 [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... 21:23:33.939 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 21:23:33.940 [pool-13-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 21:23:33.944 [pool-13-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s16ms [proxy update] 21:23:33.947 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:23:33.947 [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 21:23:33.948 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 892 ms 21:23:33.953 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:23:33.953 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2934904066047199043/:org.eclipse.hawk.localfolder.LocalFolder:false 21:23:33.956 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:33.956 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:23:34.488 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:23:34 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit2087389993776797854/test_eContainersIsUpdatedRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit3136935434556881495/test_queryEnumValues[OrientDB] Jun 14, 2020 9:23:35 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit3136935434556881495/test_queryEnumValues[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:23:48.236 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:23:48.239 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:48.239 [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 21:23:48.239 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:48.239 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:48.239 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:23:48.239 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:23:48.239 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:23:48.239 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 21:23:48.239 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:23:48.239 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:23:48.240 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:23:48.240 [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 21:23:48.245 [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 21:23:48.246 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:48.246 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:48.247 [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 21:23:49.961 [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 21:23:49.961 [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)] 21:23:50.138 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 21:23:50.139 [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 21:23:50.139 [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 21:23:50.139 [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 21:23:50.139 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 21:23:50.139 [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 21:23:50.139 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 21:23:50.139 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 21:23:50.140 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 21:23:50.140 [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 21:23:50.140 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 21:23:50.140 [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 21:23:50.140 [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 21:23:50.140 [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 21:23:50.140 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 21:23:50.140 [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 21:23:50.140 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 21:23:50.141 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 21:23:50.141 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 21:23:50.141 [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 21:23:50.141 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 21:23:50.141 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 21:23:50.141 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 21:23:50.141 [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 21:23:50.141 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 21:23:50.141 [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 21:23:50.141 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 21:23:50.141 [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 21:23:50.141 [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 21:23:50.141 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 21:23:50.141 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 21:23:50.141 [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 21:23:50.141 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 21:23:50.141 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 21:23:50.148 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec) 21:23:50.148 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:23:50.420 [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 21:23:50.423 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:50.424 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:23:50.425 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:23:50.427 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:23:50.427 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:23:50.430 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 21:23:50.431 [pool-14-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:23:50.431 [pool-14-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:23:50.431 [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)] 21:23:51.471 [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)] 21:23:52.527 [pool-14-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 21:23:52.527 [pool-14-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model 21:23:52.531 [pool-14-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 21:23:52.531 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 2s102ms [pure insertion] marking any relevant derived attributes for update...21:23:52.531 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:23:52.531 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:23:52.531 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:23:52.531 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:23:52.532 [pool-14-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 21:23:52.532 [pool-14-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 21:23:52.532 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:23:52.532 [pool-14-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:23:52.532 [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... 21:23:52.532 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 21:23:52.532 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:23:52.532 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:23:52.533 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 108 ms 21:23:52.537 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:23:52.537 [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 21:23:52.539 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:52.539 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:23:53.084 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:23:53 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit3136935434556881495/test_queryEnumValues[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit7625694500991062351/test_metamodels[OrientDB] Jun 14, 2020 9:23:54 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit7625694500991062351/test_metamodels[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:23:59.627 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:23:59.628 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:23:59.628 [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 21:23:59.629 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:59.629 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:59.629 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:23:59.629 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:23:59.629 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:23:59.629 [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! 21:23:59.629 [pool-15-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:23:59.629 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:23:59.629 [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 21:23:59.630 [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 21:23:59.656 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:23:59.656 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:23:59.660 [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 21:24:00.983 [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)] 21:24:01.174 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 21:24:01.175 [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 21:24:01.176 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 21:24:01.179 [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 21:24:01.179 [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 21:24:01.179 [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 21:24:01.179 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 21:24:01.179 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 21:24:01.180 [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 21:24:01.181 [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 21:24:01.181 [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 21:24:01.185 [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 21:24:01.301 [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 21:24:01.301 [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 21:24:01.301 [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 21:24:01.301 [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 21:24:01.301 [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 21:24:01.301 [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 21:24:01.302 [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 21:24:01.302 [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 21:24:01.302 [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 21:24:01.302 [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 21:24:01.302 [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 21:24:01.302 [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 21:24:01.302 [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 21:24:01.302 [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 21:24:01.302 [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 21:24:01.302 [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 21:24:01.302 [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 21:24:01.302 [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 21:24:01.303 [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 21:24:01.303 [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 21:24:01.303 [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 21:24:01.303 [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 21:24:01.303 [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[] 21:24:01.303 [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 21:24:01.303 [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 21:24:01.303 [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 21:24:01.303 [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 21:24:01.303 [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 21:24:01.303 [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 21:24:01.303 [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 21:24:01.303 [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 21:24:01.303 [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 21:24:01.303 [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 21:24:01.328 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec) 21:24:01.328 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:24:01.338 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:24:01.338 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:24:01.341 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:24:01.341 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:24:01.862 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:24:01 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit7625694500991062351/test_metamodels[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2091888125231351758/test_elephantResolve[OrientDB] Jun 14, 2020 9:24:02 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit2091888125231351758/test_elephantResolve[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:24:08.141 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:24:08.142 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:24:08.142 [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 21:24:08.142 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:24:08.142 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:24:08.142 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:24:08.142 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:24:08.142 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:24:08.143 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 21:24:08.143 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:24:08.143 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:24:08.143 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:24:08.143 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 21:24:08.443 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 21:24:08.443 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 21:24:08.443 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 21:24:08.443 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 21:24:08.443 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 21:24:08.443 [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 21:24:08.443 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:24:08.443 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:24:08.455 [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 21:24:11.070 [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)] 21:24:11.310 [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 21:24:11.310 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:11.310 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 21:24:11.322 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 21:24:11.324 [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 21:24:11.324 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:11.324 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 21:24:11.483 [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 21:24:11.483 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:11.483 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 21:24:11.766 [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 21:24:11.767 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 21:24:11.849 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~3 sec) 21:24:11.850 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:24:12.152 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2091888125231351758/:org.eclipse.hawk.localfolder.LocalFolder:false 21:24:12.155 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:24:12.156 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:24:12.169 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:24:12.170 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:24:12.170 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:24:12.245 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 21:24:12.246 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:12.246 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:12.246 [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)] 21:24:13.585 [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)] 21:24:14.311 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 21:24:14.311 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 21:24:14.899 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:14.899 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 2s654ms [pure insertion] marking any relevant derived attributes for update...21:24:14.900 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:14.900 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:14.900 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:24:14.900 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:24:14.903 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 21:24:14.907 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 21:24:14.907 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 21:24:14.908 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:24:14.908 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:24:14.908 [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... 21:24:14.908 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 21:24:14.908 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:24:14.908 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:24:14.908 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 752 ms 21:24:14.910 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:24:14.924 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:24:14.924 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:24:14.924 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:24:14.931 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 21:24:14.931 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:14.931 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:14.931 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 21:24:14.932 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 21:24:14.958 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 21:24:14.959 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 21:24:14.961 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 21:24:14.961 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s30ms [pure insertion] marking any relevant derived attributes for update...21:24:14.961 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:14.962 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:14.964 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 21:24:14.964 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:14.964 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:14.964 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 21:24:14.964 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 21:24:14.969 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 21:24:14.969 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 21:24:14.975 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 21:24:14.975 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...21:24:14.976 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:14.976 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:14.976 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:24:14.976 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:24:14.980 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 21:24:15.102 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 21:24:15.102 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.126s attempting to resolve any uninitialized derived attributes... 21:24:15.102 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:24:15.102 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:24:15.102 [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... 21:24:15.102 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s126ms [proxy update] 21:24:15.102 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:24:15.103 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:24:15.103 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 193 ms 21:24:15.104 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:24:15.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2091888125231351758/:org.eclipse.hawk.localfolder.LocalFolder:false 21:24:15.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:24:15.105 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:24:15.599 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:24:15 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit2091888125231351758/test_elephantResolve[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit7907139698673456752/test_zoo[OrientDB] Jun 14, 2020 9:24:16 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit7907139698673456752/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:24:21.659 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:24:21.662 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:24:21.662 [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 21:24:21.662 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:24:21.662 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:24:21.662 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:24:21.662 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:24:21.662 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:24:21.662 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 21:24:21.662 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:24:21.662 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:24:21.663 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:24:21.663 [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 21:24:21.751 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:24:21.751 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:24:21.767 [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 21:24:24.549 [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)] 21:24:24.879 [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 21:24:24.879 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:24.879 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 21:24:24.963 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 21:24:25.027 [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 21:24:25.027 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:25.027 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 21:24:25.324 [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 21:24:25.324 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:25.324 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 21:24:25.752 [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 21:24:25.752 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 21:24:25.765 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~4 sec) 21:24:25.765 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:24:26.148 [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 21:24:26.150 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:24:26.151 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:24:26.341 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:24:26.358 [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/ 21:24:26.358 [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/ 21:24:26.359 [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/ 21:24:26.362 [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/ 21:24:26.362 [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/ 21:24:26.362 [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/ 21:24:26.363 [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/ 21:24:26.364 [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/ 21:24:26.364 [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/ 21:24:26.365 [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/ 21:24:26.365 [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/ 21:24:26.366 [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/ 21:24:26.367 [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/ 21:24:26.368 [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/ 21:24:26.368 [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/ 21:24:26.368 [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/ 21:24:26.368 [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/ 21:24:26.369 [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/ 21:24:26.369 [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/ 21:24:26.369 [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/ 21:24:26.370 [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/ 21:24:26.371 [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/ 21:24:26.372 [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/ 21:24:26.374 [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/ 21:24:26.374 [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/ 21:24:26.374 [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/ 21:24:26.375 [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/ 21:24:26.376 [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/ 21:24:26.377 [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/ 21:24:26.377 [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/ 21:24:26.377 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:24:26.377 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:24:26.377 [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) 21:24:26.438 [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... 21:24:26.439 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:26.439 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:26.439 [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... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 21:24:27.584 [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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 21:24:28.871 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:28.871 [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 21:24:29.768 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:29.768 [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. 3s330ms [pure insertion] marking any relevant derived attributes for update...21:24:29.768 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:29.768 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:29.771 [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... 21:24:29.771 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:29.771 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:29.771 [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... 21:24:29.771 [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 21:24:29.781 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:24:29.781 [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 21:24:29.782 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:29.782 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...21:24:29.782 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:29.782 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:29.787 [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... 21:24:29.787 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:29.788 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:29.788 [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... 21:24:29.805 [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 21:24:29.817 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 21:24:29.817 [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 21:24:29.840 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 21:24:29.840 [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. 0s53ms [pure insertion] marking any relevant derived attributes for update...21:24:29.840 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:29.840 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:29.842 [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... 21:24:29.842 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:29.842 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:29.842 [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... 21:24:29.927 [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 21:24:29.929 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:29.929 [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 21:24:29.931 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:29.931 [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. 0s89ms [pure insertion] marking any relevant derived attributes for update...21:24:29.931 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:29.931 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:29.932 [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... 21:24:29.932 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:29.932 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:29.932 [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... 21:24:29.932 [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 21:24:29.933 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:29.933 [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 21:24:29.933 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:29.933 [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...21:24:29.933 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:29.933 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:29.936 [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... 21:24:29.936 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:29.936 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:29.936 [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... 21:24:29.937 [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 21:24:29.938 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:29.938 [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 21:24:29.947 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:29.947 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...21:24:29.947 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:29.947 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:29.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/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 21:24:29.948 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:29.948 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:29.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/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 21:24:29.949 [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 21:24:29.949 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:29.949 [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 21:24:29.949 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:29.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/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:29.949 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:29.949 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:29.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/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 21:24:29.950 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:29.950 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:29.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/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 21:24:29.950 [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 21:24:29.951 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:29.951 [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 21:24:29.951 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:29.951 [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...21:24:29.951 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:29.951 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:29.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/00700680-0000-01bd-0000-000000000000.exml... 21:24:29.952 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:29.952 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:29.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/00700680-0000-01bd-0000-000000000000.exml... 21:24:29.994 [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 21:24:29.995 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:29.995 [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 21:24:29.995 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:29.995 [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. 0s43ms [pure insertion] marking any relevant derived attributes for update...21:24:29.995 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:29.995 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:29.996 [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... 21:24:29.996 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:29.996 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:29.996 [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... 21:24:29.996 [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 21:24:29.997 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:29.997 [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 21:24:29.998 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:29.998 [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...21:24:29.998 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:29.998 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:29.999 [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... 21:24:29.999 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:29.999 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:29.999 [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... 21:24:29.999 [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 21:24:30.000 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.000 [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 21:24:30.000 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.000 [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...21:24:30.000 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.000 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.001 [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... 21:24:30.001 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.001 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.001 [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... 21:24:30.001 [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 21:24:30.002 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:30.002 [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 21:24:30.002 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:30.002 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.002 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.002 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.003 [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... 21:24:30.003 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.003 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.003 [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... 21:24:30.004 [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 21:24:30.004 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.004 [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 21:24:30.004 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.004 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.004 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.004 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.005 [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... 21:24:30.005 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.005 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.005 [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... 21:24:30.005 [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 21:24:30.006 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 21:24:30.006 [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 21:24:30.007 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:30.007 [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...21:24:30.007 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.007 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.008 [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... 21:24:30.008 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.008 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.008 [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... 21:24:30.008 [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 21:24:30.008 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.008 [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 21:24:30.009 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.009 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.009 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.009 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.009 [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... 21:24:30.009 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.009 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.009 [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... 21:24:30.010 [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 21:24:30.010 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.010 [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 21:24:30.010 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.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/4e477e48-35b4-11df-9280-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.010 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.010 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.011 [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... 21:24:30.011 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.011 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.011 [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... 21:24:30.011 [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 21:24:30.012 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.012 [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 21:24:30.012 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.012 [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...21:24:30.012 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.012 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.013 [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... 21:24:30.013 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.013 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.013 [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... 21:24:30.013 [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 21:24:30.037 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:24:30.037 [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 21:24:30.038 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.038 [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. 0s25ms [pure insertion] marking any relevant derived attributes for update...21:24:30.038 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.038 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.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/00700680-0000-01ce-0000-000000000000.exml... 21:24:30.038 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.038 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.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/00700680-0000-01ce-0000-000000000000.exml... 21:24:30.148 [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 21:24:30.149 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.149 [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 21:24:30.149 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.149 [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. 0s111ms [pure insertion] marking any relevant derived attributes for update...21:24:30.149 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 21:24:30.151 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 21:24:30.152 [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... 21:24:30.152 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.152 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.152 [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... 21:24:30.152 [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 21:24:30.153 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.153 [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 21:24:30.153 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.153 [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...21:24:30.153 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.153 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.154 [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... 21:24:30.154 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.154 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.154 [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... 21:24:30.154 [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 21:24:30.154 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:30.154 [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 21:24:30.155 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.155 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.155 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.155 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.155 [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... 21:24:30.155 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.155 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.155 [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... 21:24:30.156 [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 21:24:30.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.156 [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 21:24:30.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.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/01ec12fc-0000-0233-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.156 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.156 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.157 [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... 21:24:30.157 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.157 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.157 [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... 21:24:30.157 [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 21:24:30.158 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:30.158 [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 21:24:30.158 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.158 [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...21:24:30.158 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.158 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.158 [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... 21:24:30.159 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.159 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.159 [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... 21:24:30.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.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 21:24:30.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:30.159 [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 21:24:30.160 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.160 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:30.160 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.160 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.160 [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... 21:24:30.160 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.160 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.160 [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... 21:24:30.160 [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 21:24:30.161 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.161 [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 21:24:30.161 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.161 [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...21:24:30.161 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.161 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.162 [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... 21:24:30.162 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.162 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.162 [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... 21:24:30.162 [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 21:24:30.164 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 21:24:30.164 [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 21:24:30.165 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:24:30.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/00140d80-0000-0110-0000-000000000000.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...21:24:30.165 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.165 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.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/00bc4480-0000-06a8-0000-000000000000.exml... 21:24:30.165 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.165 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.165 [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... 21:24:30.166 [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 21:24:30.166 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.166 [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 21:24:30.166 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.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/00bc4480-0000-06a8-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.166 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.166 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.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/01ec12fc-0000-0265-0000-000000000000.exml... 21:24:30.167 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.167 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.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/01ec12fc-0000-0265-0000-000000000000.exml... 21:24:30.167 [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 21:24:30.168 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.168 [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 21:24:30.168 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.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/01ec12fc-0000-0265-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.168 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.168 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.168 [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... 21:24:30.168 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.168 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.168 [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... 21:24:30.169 [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 21:24:30.169 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:30.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.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 21:24:30.169 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.169 [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...21:24:30.169 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.169 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.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.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 21:24:30.172 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.172 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.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.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 21:24:30.172 [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 21:24:30.866 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 21:24:30.866 [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 21:24:30.870 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.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. 0s698ms [pure insertion] marking any relevant derived attributes for update...21:24:30.870 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.870 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.871 [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... 21:24:30.871 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.871 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.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/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 21:24:30.871 [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 21:24:30.872 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.872 [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 21:24:30.872 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.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/72ada667-0b7f-4421-bd69-9b037642ed87.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.872 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.872 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.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/00700680-0000-01c5-0000-000000000000.exml... 21:24:30.873 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.873 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.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/00700680-0000-01c5-0000-000000000000.exml... 21:24:30.873 [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 21:24:30.874 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.874 [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 21:24:30.874 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.874 [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...21:24:30.874 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.874 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.875 [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... 21:24:30.875 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.875 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.875 [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... 21:24:30.875 [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 21:24:30.875 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.875 [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 21:24:30.876 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.876 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.876 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.876 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.878 [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... 21:24:30.878 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.878 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.878 [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... 21:24:30.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.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 21:24:30.880 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.880 [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 21:24:30.880 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.880 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:30.880 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.880 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.880 [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... 21:24:30.880 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.880 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.880 [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... 21:24:30.881 [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 21:24:30.881 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.881 [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 21:24:30.881 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.881 [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...21:24:30.881 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.881 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.882 [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... 21:24:30.882 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.882 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.882 [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... 21:24:30.882 [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 21:24:30.883 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.883 [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 21:24:30.916 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.916 [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. 0s34ms [pure insertion] marking any relevant derived attributes for update...21:24:30.916 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.916 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.919 [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... 21:24:30.919 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.919 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.919 [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... 21:24:30.919 [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 21:24:30.924 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 21:24:30.924 [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 21:24:30.931 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 21:24:30.931 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...21:24:30.931 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.931 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.932 [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... 21:24:30.932 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.932 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.932 [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... 21:24:30.932 [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 21:24:30.932 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.932 [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 21:24:30.933 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.933 [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...21:24:30.933 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.933 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.938 [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... 21:24:30.938 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.938 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.938 [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... 21:24:30.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/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 21:24:30.941 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 21:24:30.941 [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 21:24:30.976 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:24:30.976 [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. 0s38ms [pure insertion] marking any relevant derived attributes for update...21:24:30.976 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.976 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.977 [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... 21:24:30.977 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.977 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.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/00700680-0000-0206-0000-000000000000.exml... 21:24:30.977 [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 21:24:30.977 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.977 [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 21:24:30.978 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.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/00700680-0000-0206-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.978 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.978 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.978 [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... 21:24:30.978 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.978 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.978 [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... 21:24:30.979 [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 21:24:30.979 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.979 [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 21:24:30.979 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.979 [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...21:24:30.979 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.979 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.980 [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... 21:24:30.980 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.980 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.980 [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... 21:24:30.980 [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 21:24:30.980 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.980 [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 21:24:30.981 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.981 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.981 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.981 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.981 [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... 21:24:30.981 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.981 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.981 [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... 21:24:30.982 [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 21:24:30.982 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.982 [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 21:24:30.982 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.982 [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...21:24:30.982 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.982 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.983 [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... 21:24:30.983 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.983 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.983 [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... 21:24:30.983 [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 21:24:30.983 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.984 [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 21:24:30.984 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.984 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.984 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.984 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.984 [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... 21:24:30.984 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.984 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.984 [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... 21:24:30.985 [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 21:24:30.985 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.985 [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 21:24:30.985 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.985 [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...21:24:30.985 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.985 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.986 [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... 21:24:30.986 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.986 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.986 [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... 21:24:30.986 [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 21:24:30.986 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.986 [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 21:24:30.987 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.987 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.987 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.987 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.988 [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... 21:24:30.988 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.988 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.988 [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... 21:24:30.988 [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 21:24:30.988 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.988 [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 21:24:30.989 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.989 [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...21:24:30.989 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.989 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.989 [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... 21:24:30.989 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.989 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.989 [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... 21:24:30.990 [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 21:24:30.990 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.990 [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 21:24:30.990 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.990 [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...21:24:30.990 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.990 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.991 [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... 21:24:30.991 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.991 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.991 [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... 21:24:30.991 [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 21:24:30.991 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.991 [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 21:24:30.992 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.992 [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...21:24:30.992 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.992 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.992 [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... 21:24:30.992 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.992 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.992 [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... 21:24:30.992 [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 21:24:30.993 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:30.993 [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 21:24:30.993 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.993 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.993 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.993 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.994 [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... 21:24:30.994 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.994 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.994 [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... 21:24:30.994 [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 21:24:30.994 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.994 [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 21:24:30.995 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.995 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:30.995 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.995 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.995 [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... 21:24:30.995 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.995 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.995 [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... 21:24:30.996 [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 21:24:30.996 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:30.996 [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 21:24:30.996 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:30.996 [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...21:24:30.996 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:30.996 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:30.997 [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... 21:24:30.997 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:30.997 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:30.997 [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... 21:24:30.998 [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 21:24:31.067 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec) 21:24:31.067 [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 21:24:31.072 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 21:24:31.072 [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. 0s75ms [pure insertion] marking any relevant derived attributes for update...21:24:31.072 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.072 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.073 [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... 21:24:31.073 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.073 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.073 [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... 21:24:31.073 [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 21:24:31.073 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.073 [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 21:24:31.074 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.074 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.074 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.074 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.074 [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... 21:24:31.074 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.074 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.074 [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... 21:24:31.075 [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 21:24:31.075 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:31.075 [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 21:24:31.076 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:31.076 [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...21:24:31.076 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.076 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.076 [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... 21:24:31.076 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.076 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.076 [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... 21:24:31.077 [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 21:24:31.077 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.077 [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 21:24:31.077 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.077 [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...21:24:31.077 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.077 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.078 [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... 21:24:31.078 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.078 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.078 [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... 21:24:31.078 [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 21:24:31.078 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.078 [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 21:24:31.078 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.078 [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...21:24:31.078 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:31.079 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:31.079 [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... 21:24:31.079 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.079 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.079 [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... 21:24:31.079 [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 21:24:31.080 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.080 [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 21:24:31.080 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.080 [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...21:24:31.080 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.080 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.080 [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... 21:24:31.080 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.080 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.080 [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... 21:24:31.081 [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 21:24:31.081 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:31.081 [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 21:24:31.081 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.081 [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...21:24:31.081 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.081 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.082 [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... 21:24:31.082 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.082 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.082 [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... 21:24:31.082 [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 21:24:31.082 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.082 [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 21:24:31.083 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.083 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.083 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.083 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.083 [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... 21:24:31.083 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.083 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.083 [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... 21:24:31.083 [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 21:24:31.084 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:31.084 [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 21:24:31.084 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.084 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.084 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.084 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.085 [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... 21:24:31.085 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.085 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.085 [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... 21:24:31.085 [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 21:24:31.085 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.085 [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 21:24:31.086 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.086 [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...21:24:31.086 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.086 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.086 [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... 21:24:31.086 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.086 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.086 [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... 21:24:31.086 [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 21:24:31.087 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.087 [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 21:24:31.087 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.087 [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...21:24:31.087 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.087 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.087 [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... 21:24:31.087 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.087 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.087 [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... 21:24:31.088 [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 21:24:31.088 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.088 [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 21:24:31.088 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.088 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.088 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.088 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 21:24:31.089 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.089 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 21:24:31.089 [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 21:24:31.089 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.089 [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 21:24:31.090 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.090 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.090 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.090 [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... 21:24:31.090 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.090 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.090 [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... 21:24:31.091 [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 21:24:31.091 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.091 [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 21:24:31.138 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.138 [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. 0s48ms [pure insertion] marking any relevant derived attributes for update...21:24:31.138 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.138 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.139 [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... 21:24:31.139 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.139 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.139 [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... 21:24:31.139 [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 21:24:31.140 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.140 [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 21:24:31.140 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.140 [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...21:24:31.140 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.140 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.141 [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... 21:24:31.141 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.141 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.141 [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... 21:24:31.141 [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 21:24:31.141 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.141 [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 21:24:31.142 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.142 [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...21:24:31.142 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.142 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.142 [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... 21:24:31.142 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.142 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.142 [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... 21:24:31.143 [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 21:24:31.144 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 21:24:31.144 [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 21:24:31.145 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:24:31.145 [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...21:24:31.145 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.145 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.145 [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... 21:24:31.145 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.145 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.145 [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... 21:24:31.145 [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 21:24:31.146 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.146 [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 21:24:31.146 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.147 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:31.147 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.147 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.147 [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... 21:24:31.147 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.147 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.147 [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... 21:24:31.147 [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 21:24:31.148 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.148 [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 21:24:31.148 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.148 [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...21:24:31.148 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.148 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.149 [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... 21:24:31.149 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.149 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.149 [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... 21:24:31.149 [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 21:24:31.149 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 21:24:31.149 [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 21:24:31.150 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:31.150 [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...21:24:31.150 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.150 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.150 [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... 21:24:31.151 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.151 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.151 [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... 21:24:31.151 [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 21:24:31.184 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:31.184 [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 21:24:31.185 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:31.185 [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. 0s35ms [pure insertion] marking any relevant derived attributes for update...21:24:31.185 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.185 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.185 [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... 21:24:31.185 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.185 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.185 [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... 21:24:31.186 [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 21:24:31.186 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:31.186 [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 21:24:31.187 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.187 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:31.187 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.187 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.187 [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... 21:24:31.187 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.187 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.187 [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... 21:24:31.188 [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 21:24:31.188 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.188 [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 21:24:31.188 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.188 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.188 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.188 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.189 [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... 21:24:31.189 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.189 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.189 [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... 21:24:31.189 [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 21:24:31.190 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 21:24:31.190 [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 21:24:31.190 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.190 [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...21:24:31.191 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.191 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.191 [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... 21:24:31.191 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.191 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.191 [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... 21:24:31.191 [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 21:24:31.192 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:31.192 [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 21:24:31.192 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:31.192 [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...21:24:31.193 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:31.193 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:31.193 [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... 21:24:31.193 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.193 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.193 [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... 21:24:31.193 [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 21:24:31.194 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.194 [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 21:24:31.194 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.194 [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...21:24:31.194 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.194 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.194 [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... 21:24:31.194 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.194 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.194 [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... 21:24:31.195 [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 21:24:31.196 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 21:24:31.196 [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 21:24:31.197 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:24:31.197 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...21:24:31.197 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.197 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.197 [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... 21:24:31.197 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.197 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.197 [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... 21:24:31.197 [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 21:24:31.198 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.198 [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 21:24:31.198 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.198 [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...21:24:31.198 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.198 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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/ed95fa9b-de99-11de-905b-001302895b2b.exml... 21:24:31.237 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.237 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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/ed95fa9b-de99-11de-905b-001302895b2b.exml... 21:24:31.237 [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 21:24:31.292 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.292 [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 21:24:31.292 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.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/ed95fa9b-de99-11de-905b-001302895b2b.exml. 0s55ms [pure insertion] marking any relevant derived attributes for update...21:24:31.292 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:31.293 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:31.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/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 21:24:31.293 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.293 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 21:24:31.294 [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 21:24:31.294 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.294 [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 21:24:31.294 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.294 [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...21:24:31.294 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.294 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 21:24:31.295 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.295 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.295 [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... 21:24:31.299 [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 21:24:31.301 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 21:24:31.301 [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 21:24:31.302 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:31.302 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...21:24:31.302 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.302 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.303 [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... 21:24:31.303 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.303 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.303 [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... 21:24:31.303 [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 21:24:31.304 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.304 [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 21:24:31.304 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.304 [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...21:24:31.304 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.304 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.305 [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... 21:24:31.305 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.305 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.305 [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... 21:24:31.305 [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 21:24:31.306 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 21:24:31.306 [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 21:24:31.337 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:31.337 [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. 0s32ms [pure insertion] marking any relevant derived attributes for update...21:24:31.337 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.337 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.338 [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... 21:24:31.338 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.338 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.338 [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... 21:24:31.475 [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 21:24:31.476 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.476 [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 21:24:31.476 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.476 [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. 0s138ms [pure insertion] marking any relevant derived attributes for update...21:24:31.476 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.476 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.477 [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... 21:24:31.477 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.477 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.477 [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... 21:24:31.477 [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 21:24:31.478 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.478 [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 21:24:31.478 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.478 [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...21:24:31.478 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.478 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.479 [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... 21:24:31.479 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.479 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.479 [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... 21:24:31.479 [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 21:24:31.480 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:31.480 [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 21:24:31.481 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:31.481 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:31.481 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.481 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.482 [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... 21:24:31.482 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.483 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.483 [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... 21:24:31.483 [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 21:24:31.489 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec) 21:24:31.489 [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 21:24:31.497 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 21:24:31.497 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...21:24:31.497 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.497 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.497 [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... 21:24:31.497 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.497 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.497 [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... 21:24:31.498 [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 21:24:31.498 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.498 [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 21:24:31.498 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.498 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.498 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:31.499 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:31.499 [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... 21:24:31.499 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.499 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.499 [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... 21:24:31.499 [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 21:24:31.500 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.500 [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 21:24:31.500 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.500 [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...21:24:31.500 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.500 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.501 [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... 21:24:31.501 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.501 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.501 [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... 21:24:31.533 [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 21:24:31.534 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.534 [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 21:24:31.534 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.534 [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. 0s33ms [pure insertion] marking any relevant derived attributes for update...21:24:31.534 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.534 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.535 [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... 21:24:31.535 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.535 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.535 [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... 21:24:31.535 [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 21:24:31.536 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.536 [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 21:24:31.536 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.536 [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...21:24:31.536 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.536 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.537 [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... 21:24:31.537 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.537 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.537 [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... 21:24:31.537 [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 21:24:31.540 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 21:24:31.540 [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 21:24:31.542 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 21:24:31.542 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...21:24:31.542 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.542 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.542 [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... 21:24:31.542 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.542 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.542 [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... 21:24:31.543 [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 21:24:31.543 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.543 [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 21:24:31.543 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.543 [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...21:24:31.543 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.543 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.544 [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... 21:24:31.544 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.544 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.544 [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... 21:24:31.544 [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 21:24:31.544 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.544 [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 21:24:31.545 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.545 [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...21:24:31.545 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.545 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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/01ec12fc-0000-0251-0000-000000000000.exml... 21:24:31.545 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.545 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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/01ec12fc-0000-0251-0000-000000000000.exml... 21:24:31.546 [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 21:24:31.546 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.546 [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 21:24:31.546 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.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/01ec12fc-0000-0251-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.546 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.546 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.549 [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... 21:24:31.549 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.549 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.549 [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... 21:24:31.549 [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 21:24:31.551 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 21:24:31.551 [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 21:24:31.551 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.552 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...21:24:31.552 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.552 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.553 [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... 21:24:31.553 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.553 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.553 [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... 21:24:31.553 [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 21:24:31.557 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 21:24:31.557 [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 21:24:31.562 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 21:24:31.562 [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...21:24:31.562 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.562 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 21:24:31.562 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.562 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 21:24:31.563 [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 21:24:31.655 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.655 [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 21:24:31.655 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.655 [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. 0s93ms [pure insertion] marking any relevant derived attributes for update...21:24:31.655 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.655 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.655 [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/ (5 sec, 5 sec total) 21:24:31.656 [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... 21:24:31.656 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.656 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.656 [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... 21:24:31.656 [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 21:24:31.657 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.657 [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 21:24:31.657 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.657 [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...21:24:31.657 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.657 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.658 [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... 21:24:31.658 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.658 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.658 [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... 21:24:31.658 [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 21:24:31.659 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.659 [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 21:24:31.659 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.659 [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...21:24:31.659 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.659 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.659 [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... 21:24:31.660 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.660 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.660 [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... 21:24:31.660 [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 21:24:31.661 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 21:24:31.661 [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 21:24:31.661 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:31.661 [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...21:24:31.661 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.661 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.661 [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... 21:24:31.662 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.662 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.662 [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... 21:24:31.662 [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 21:24:31.662 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.662 [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 21:24:31.662 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.662 [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...21:24:31.662 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.662 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.663 [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... 21:24:31.663 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.663 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.663 [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... 21:24:31.663 [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 21:24:31.668 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 21:24:31.668 [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 21:24:31.673 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:31.673 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...21:24:31.673 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.673 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.673 [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... 21:24:31.673 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.673 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.673 [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... 21:24:31.674 [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 21:24:31.674 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.674 [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 21:24:31.674 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.674 [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...21:24:31.674 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.674 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.675 [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... 21:24:31.675 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.675 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.675 [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... 21:24:31.675 [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 21:24:31.676 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:31.676 [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 21:24:31.676 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:31.676 [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...21:24:31.676 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.676 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.677 [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... 21:24:31.677 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.677 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.677 [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... 21:24:31.677 [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 21:24:31.678 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:31.678 [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 21:24:31.678 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:31.679 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:31.679 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.679 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 21:24:31.679 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.679 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 21:24:31.679 [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 21:24:31.726 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.726 [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 21:24:31.726 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.726 [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. 0s47ms [pure insertion] marking any relevant derived attributes for update...21:24:31.726 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.726 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.737 [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... 21:24:31.737 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.737 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.737 [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... 21:24:31.737 [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 21:24:31.738 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.738 [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 21:24:31.738 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.738 [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...21:24:31.738 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.738 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.739 [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... 21:24:31.739 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.739 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.739 [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... 21:24:31.739 [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 21:24:31.740 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 21:24:31.740 [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 21:24:31.741 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:24:31.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/ee295439-adfb-4038-9ad2-9e643a37e076.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...21:24:31.742 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.742 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.742 [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... 21:24:31.742 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.742 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.742 [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... 21:24:31.742 [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 21:24:31.743 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 21:24:31.743 [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 21:24:31.744 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:31.744 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:31.744 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.744 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.745 [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... 21:24:31.745 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.745 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.745 [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... 21:24:31.745 [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 21:24:31.745 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.745 [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 21:24:31.746 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.746 [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...21:24:31.746 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.746 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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/01ec1228-0000-0964-0000-000000000000.exml... 21:24:31.746 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.746 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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/01ec1228-0000-0964-0000-000000000000.exml... 21:24:31.746 [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 21:24:31.747 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.747 [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 21:24:31.747 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.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/01ec1228-0000-0964-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.747 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.747 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.747 [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... 21:24:31.747 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.747 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.748 [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... 21:24:31.748 [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 21:24:31.749 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 21:24:31.749 [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 21:24:31.750 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 21:24:31.750 [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...21:24:31.750 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.750 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.751 [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... 21:24:31.751 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.751 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.751 [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... 21:24:31.838 [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 21:24:31.838 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.838 [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 21:24:31.839 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.839 [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. 0s88ms [pure insertion] marking any relevant derived attributes for update...21:24:31.839 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.839 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.839 [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... 21:24:31.840 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.840 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.840 [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... 21:24:31.840 [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 21:24:31.841 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:31.841 [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 21:24:31.841 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:31.841 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:31.841 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.841 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.842 [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... 21:24:31.843 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.843 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.843 [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... 21:24:31.843 [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 21:24:31.847 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec) 21:24:31.847 [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 21:24:31.851 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 21:24:31.851 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...21:24:31.851 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.851 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.851 [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... 21:24:31.851 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.851 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.851 [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... 21:24:31.852 [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 21:24:31.852 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.852 [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 21:24:31.852 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.852 [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...21:24:31.852 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.852 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.853 [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... 21:24:31.853 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.853 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.853 [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... 21:24:31.853 [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 21:24:31.854 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.854 [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 21:24:31.854 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.854 [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...21:24:31.854 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.854 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 21:24:31.854 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.854 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 21:24:31.855 [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 21:24:31.855 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.855 [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 21:24:31.855 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.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/554cb8bb-5d0e-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.855 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.855 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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/00000000-0000-9c45-0000-000000000000.exml... 21:24:31.856 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.856 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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/00000000-0000-9c45-0000-000000000000.exml... 21:24:31.856 [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 21:24:31.856 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.856 [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 21:24:31.857 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.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/00000000-0000-9c45-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.857 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.857 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.857 [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... 21:24:31.857 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.857 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.857 [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... 21:24:31.857 [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 21:24:31.858 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.858 [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 21:24:31.858 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.858 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.858 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.858 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.858 [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... 21:24:31.858 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.858 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.858 [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... 21:24:31.860 [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 21:24:31.860 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.860 [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 21:24:31.860 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.860 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:31.860 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.860 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.861 [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... 21:24:31.861 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.861 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.861 [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... 21:24:31.861 [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 21:24:31.862 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.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.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 21:24:31.862 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.862 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.862 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.862 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.863 [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... 21:24:31.863 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.863 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.863 [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... 21:24:31.926 [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 21:24:31.926 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.926 [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 21:24:31.927 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.927 [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. 0s64ms [pure insertion] marking any relevant derived attributes for update...21:24:31.927 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.927 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.937 [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... 21:24:31.937 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.937 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.937 [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... 21:24:31.937 [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 21:24:31.937 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.937 [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 21:24:31.938 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.938 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:31.938 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.938 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.938 [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... 21:24:31.938 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.938 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.938 [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... 21:24:31.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/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 21:24:31.941 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 21:24:31.941 [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 21:24:31.942 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 21:24:31.942 [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...21:24:31.942 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.942 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.943 [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... 21:24:31.943 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.943 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.943 [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... 21:24:31.944 [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 21:24:31.946 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 21:24:31.946 [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 21:24:31.947 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.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/Standard.Package/00000004-0000-0004-0000-000000000000.exml. 0s4ms [pure insertion] marking any relevant derived attributes for update...21:24:31.947 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.947 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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/00700680-0000-01e7-0000-000000000000.exml... 21:24:31.948 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.948 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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/00700680-0000-01e7-0000-000000000000.exml... 21:24:31.948 [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 21:24:31.949 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.949 [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 21:24:31.949 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.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/00700680-0000-01e7-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:31.949 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.949 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 21:24:31.950 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.950 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 21:24:31.950 [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 21:24:31.950 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:31.950 [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 21:24:31.950 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:31.951 [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...21:24:31.951 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:31.951 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:31.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/01ec12fc-0000-025b-0000-000000000000.exml... 21:24:31.951 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:31.951 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:31.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/01ec12fc-0000-025b-0000-000000000000.exml... 21:24:32.009 [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 21:24:32.010 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.010 [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 21:24:32.010 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.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/01ec12fc-0000-025b-0000-000000000000.exml. 0s59ms [pure insertion] marking any relevant derived attributes for update...21:24:32.010 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.010 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.011 [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... 21:24:32.011 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.011 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.011 [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... 21:24:32.011 [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 21:24:32.011 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.011 [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 21:24:32.012 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.012 [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...21:24:32.012 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.012 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.012 [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... 21:24:32.012 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.012 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.012 [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... 21:24:32.013 [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 21:24:32.013 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.013 [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 21:24:32.013 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.013 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.013 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.013 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.014 [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... 21:24:32.014 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.014 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.014 [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... 21:24:32.014 [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 21:24:32.014 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.014 [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 21:24:32.014 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.014 [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. 0s0ms [pure insertion] marking any relevant derived attributes for update...21:24:32.014 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.014 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.015 [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... 21:24:32.015 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.015 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.015 [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... 21:24:32.015 [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 21:24:32.016 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.016 [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 21:24:32.016 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.016 [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...21:24:32.016 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.016 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.016 [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... 21:24:32.016 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.016 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.016 [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... 21:24:32.017 [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 21:24:32.017 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.017 [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 21:24:32.017 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.017 [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...21:24:32.017 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.017 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.018 [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... 21:24:32.018 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.018 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.018 [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... 21:24:32.018 [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 21:24:32.018 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.018 [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 21:24:32.019 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.019 [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...21:24:32.019 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.019 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.020 [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... 21:24:32.020 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.020 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.020 [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... 21:24:32.020 [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 21:24:32.024 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 21:24:32.024 [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 21:24:32.028 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 21:24:32.028 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...21:24:32.028 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.028 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.029 [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... 21:24:32.029 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.029 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.029 [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... 21:24:32.029 [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 21:24:32.029 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:32.030 [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 21:24:32.030 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.030 [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...21:24:32.030 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.030 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.030 [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... 21:24:32.031 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.031 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.031 [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... 21:24:32.031 [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 21:24:32.033 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 21:24:32.033 [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 21:24:32.038 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 21:24:32.038 [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...21:24:32.038 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.038 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.038 [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... 21:24:32.038 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.038 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.038 [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... 21:24:32.063 [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 21:24:32.064 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 21:24:32.064 [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 21:24:32.065 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:32.065 [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. 0s27ms [pure insertion] marking any relevant derived attributes for update...21:24:32.065 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.065 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.065 [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... 21:24:32.065 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.066 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.066 [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... 21:24:32.066 [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 21:24:32.066 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.066 [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 21:24:32.066 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.066 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.066 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.066 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.067 [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... 21:24:32.067 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.067 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.067 [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... 21:24:32.067 [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 21:24:32.068 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.068 [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 21:24:32.068 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.068 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.068 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.068 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.068 [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... 21:24:32.068 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.068 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.068 [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... 21:24:32.068 [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 21:24:32.069 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:24:32.069 [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 21:24:32.069 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.069 [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...21:24:32.069 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.069 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.070 [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... 21:24:32.070 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.070 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.070 [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... 21:24:32.070 [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 21:24:32.070 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.070 [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 21:24:32.071 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.071 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.071 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.071 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.071 [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... 21:24:32.071 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.071 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.071 [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... 21:24:32.071 [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 21:24:32.072 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.072 [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 21:24:32.072 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.072 [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...21:24:32.072 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.072 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.072 [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... 21:24:32.072 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.072 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.072 [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... 21:24:32.073 [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 21:24:32.073 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.073 [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 21:24:32.073 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.073 [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...21:24:32.073 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.073 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.073 [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... 21:24:32.074 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.074 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.074 [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... 21:24:32.074 [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 21:24:32.074 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.074 [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 21:24:32.074 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.074 [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...21:24:32.074 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.074 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.075 [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... 21:24:32.075 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.075 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.075 [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... 21:24:32.075 [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 21:24:32.076 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:32.076 [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 21:24:32.076 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.076 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.076 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.076 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.077 [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... 21:24:32.077 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.077 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.077 [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... 21:24:32.077 [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 21:24:32.078 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:32.078 [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 21:24:32.078 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.078 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.078 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.078 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.078 [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... 21:24:32.079 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.079 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.079 [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... 21:24:32.079 [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 21:24:32.079 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.079 [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 21:24:32.079 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.079 [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...21:24:32.079 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:32.080 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:32.080 [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... 21:24:32.080 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.080 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.080 [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... 21:24:32.080 [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 21:24:32.081 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.081 [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 21:24:32.081 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.081 [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...21:24:32.081 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.081 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.081 [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... 21:24:32.081 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.081 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.081 [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... 21:24:32.081 [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 21:24:32.082 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.082 [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 21:24:32.082 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.082 [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...21:24:32.082 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.082 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.083 [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... 21:24:32.083 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.083 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.083 [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... 21:24:32.083 [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 21:24:32.083 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 21:24:32.083 [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 21:24:32.083 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.083 [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...21:24:32.084 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.084 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.084 [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... 21:24:32.084 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.084 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.084 [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... 21:24:32.084 [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 21:24:32.085 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:32.085 [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 21:24:32.085 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.085 [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...21:24:32.085 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.085 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.085 [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... 21:24:32.086 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.086 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.086 [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... 21:24:32.086 [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 21:24:32.086 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.086 [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 21:24:32.086 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.086 [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...21:24:32.086 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.086 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.087 [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... 21:24:32.087 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.087 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.087 [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... 21:24:32.087 [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 21:24:32.088 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.088 [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 21:24:32.088 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.088 [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...21:24:32.088 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.088 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.088 [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... 21:24:32.088 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.088 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 21:24:32.089 [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 21:24:32.122 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 21:24:32.122 [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 21:24:32.137 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:32.137 [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. 0s49ms [pure insertion] marking any relevant derived attributes for update...21:24:32.137 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.137 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.137 [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... 21:24:32.137 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.138 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.138 [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... 21:24:32.138 [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 21:24:32.138 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.138 [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 21:24:32.138 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.138 [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...21:24:32.138 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.138 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.139 [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... 21:24:32.139 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.139 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.139 [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... 21:24:32.139 [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 21:24:32.140 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.140 [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 21:24:32.140 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.140 [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...21:24:32.140 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.140 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.140 [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... 21:24:32.140 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.140 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.140 [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... 21:24:32.141 [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 21:24:32.141 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:32.141 [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 21:24:32.141 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.141 [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...21:24:32.141 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.141 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.142 [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... 21:24:32.142 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.142 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.142 [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... 21:24:32.142 [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 21:24:32.142 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.142 [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 21:24:32.143 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.143 [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...21:24:32.143 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.143 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.143 [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... 21:24:32.143 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.143 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.143 [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... 21:24:32.143 [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 21:24:32.144 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:32.144 [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 21:24:32.144 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.144 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.144 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.144 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.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/01ec12fc-0000-0247-0000-000000000000.exml... 21:24:32.145 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.145 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.145 [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... 21:24:32.145 [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 21:24:32.145 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.145 [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 21:24:32.145 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.145 [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...21:24:32.145 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.145 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.146 [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... 21:24:32.146 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.146 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.146 [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... 21:24:32.146 [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 21:24:32.146 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.146 [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 21:24:32.147 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.147 [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...21:24:32.147 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.147 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.147 [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... 21:24:32.147 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.147 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.147 [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... 21:24:32.238 [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 21:24:32.240 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:24:32.240 [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 21:24:32.240 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.240 [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. 0s93ms [pure insertion] marking any relevant derived attributes for update...21:24:32.240 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.240 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.241 [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... 21:24:32.241 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.241 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.241 [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... 21:24:32.242 [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 21:24:32.242 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.242 [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 21:24:32.243 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.243 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:32.243 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.243 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.243 [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... 21:24:32.243 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.243 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.243 [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... 21:24:32.244 [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 21:24:32.246 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 21:24:32.246 [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 21:24:32.248 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 21:24:32.248 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...21:24:32.248 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.248 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.249 [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... 21:24:32.249 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.249 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.249 [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... 21:24:32.249 [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 21:24:32.250 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:32.250 [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 21:24:32.251 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.251 [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...21:24:32.251 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.251 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.252 [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... 21:24:32.252 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.252 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.252 [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... 21:24:32.252 [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 21:24:32.253 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:32.253 [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 21:24:32.254 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.254 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:32.254 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.254 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.255 [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... 21:24:32.255 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.255 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.255 [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... 21:24:32.255 [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 21:24:32.256 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.256 [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 21:24:32.256 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.256 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.256 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.256 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.257 [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... 21:24:32.257 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.257 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.257 [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... 21:24:32.257 [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 21:24:32.258 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.258 [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 21:24:32.258 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.258 [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...21:24:32.258 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.258 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.259 [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... 21:24:32.259 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.259 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.259 [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... 21:24:32.259 [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 21:24:32.261 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 21:24:32.261 [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 21:24:32.262 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:32.262 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...21:24:32.262 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.262 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.263 [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... 21:24:32.263 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.263 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.263 [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... 21:24:32.263 [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 21:24:32.297 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 21:24:32.297 [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 21:24:32.298 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.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/68c63e60-70d6-11e0-872f-0027103f347c.exml. 0s36ms [pure insertion] marking any relevant derived attributes for update...21:24:32.298 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.298 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.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/01ec1ac4-0000-2eff-0000-000000000000.exml... 21:24:32.299 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.299 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.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/01ec1ac4-0000-2eff-0000-000000000000.exml... 21:24:32.300 [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 21:24:32.300 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.300 [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 21:24:32.300 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.300 [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...21:24:32.300 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.300 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.301 [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... 21:24:32.301 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.301 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.301 [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... 21:24:32.301 [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 21:24:32.302 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.302 [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 21:24:32.302 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.302 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.302 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.302 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.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/00080cf0-0000-001d-0000-000000000000.exml... 21:24:32.337 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.337 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.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/00080cf0-0000-001d-0000-000000000000.exml... 21:24:32.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.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 21:24:32.370 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 21:24:32.370 [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 21:24:32.378 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 21:24:32.378 [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. 0s41ms [pure insertion] marking any relevant derived attributes for update...21:24:32.378 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:32.379 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:32.380 [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... 21:24:32.380 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.381 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.381 [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... 21:24:32.381 [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 21:24:32.390 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec) 21:24:32.390 [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 21:24:32.439 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 21:24:32.439 [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. 0s59ms [pure insertion] marking any relevant derived attributes for update...21:24:32.439 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.439 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.440 [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... 21:24:32.440 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.440 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.440 [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... 21:24:32.441 [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 21:24:32.456 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 21:24:32.456 [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 21:24:32.457 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.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/1c0bf642-a90f-11de-8613-001302895b2b.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...21:24:32.457 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.457 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.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/3c4678f8-f169-11df-ae59-0014224f9977.exml... 21:24:32.458 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.458 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.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/3c4678f8-f169-11df-ae59-0014224f9977.exml... 21:24:32.458 [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 21:24:32.459 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 21:24:32.459 [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 21:24:32.460 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:32.460 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:32.460 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.460 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.461 [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... 21:24:32.461 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.461 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.461 [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... 21:24:32.461 [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 21:24:32.461 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.461 [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 21:24:32.462 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.462 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.462 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.462 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.462 [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... 21:24:32.462 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.462 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.462 [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... 21:24:32.463 [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 21:24:32.463 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 21:24:32.463 [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 21:24:32.464 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.464 [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...21:24:32.464 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.464 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.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/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 21:24:32.464 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.464 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.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/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 21:24:32.464 [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 21:24:32.465 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.465 [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 21:24:32.465 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.465 [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...21:24:32.465 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.465 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.466 [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... 21:24:32.466 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.466 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.466 [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... 21:24:32.466 [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 21:24:32.466 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:24:32.466 [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 21:24:32.467 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.467 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.467 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.467 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.467 [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... 21:24:32.467 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.467 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.467 [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... 21:24:32.467 [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 21:24:32.468 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.468 [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 21:24:32.468 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.468 [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...21:24:32.468 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.468 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.469 [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... 21:24:32.469 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.469 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.469 [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... 21:24:32.469 [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 21:24:32.471 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 21:24:32.471 [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 21:24:32.473 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 21:24:32.473 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...21:24:32.473 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.473 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.474 [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... 21:24:32.474 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.474 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.474 [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... 21:24:32.474 [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 21:24:32.475 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:32.475 [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 21:24:32.475 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.475 [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...21:24:32.475 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.475 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.476 [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... 21:24:32.476 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.476 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.476 [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... 21:24:32.476 [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 21:24:32.477 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:32.477 [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 21:24:32.477 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.477 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.477 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.477 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.478 [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... 21:24:32.478 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.478 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.478 [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... 21:24:32.478 [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 21:24:32.478 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.478 [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 21:24:32.478 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.478 [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. 0s0ms [pure insertion] marking any relevant derived attributes for update...21:24:32.478 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:32.479 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:32.479 [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... 21:24:32.479 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.479 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.479 [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... 21:24:32.479 [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 21:24:32.480 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.480 [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 21:24:32.480 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.480 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.480 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.480 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.480 [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... 21:24:32.480 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.480 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.480 [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... 21:24:32.481 [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 21:24:32.481 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.481 [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 21:24:32.513 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.513 [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. 0s33ms [pure insertion] marking any relevant derived attributes for update...21:24:32.513 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.513 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.514 [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... 21:24:32.514 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.514 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.514 [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... 21:24:32.536 [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 21:24:32.537 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.537 [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 21:24:32.537 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml. 0s23ms [pure insertion] marking any relevant derived attributes for update...21:24:32.537 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.537 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 21:24:32.538 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.538 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 21:24:32.572 [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 21:24:32.573 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 21:24:32.573 [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 21:24:32.574 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:24:32.574 [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. 0s36ms [pure insertion] marking any relevant derived attributes for update...21:24:32.574 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.574 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 21:24:32.575 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.575 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 21:24:32.575 [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 21:24:32.576 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 21:24:32.576 [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 21:24:32.577 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:32.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:32.577 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.577 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.578 [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... 21:24:32.578 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.578 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.578 [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... 21:24:32.578 [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 21:24:32.579 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:32.579 [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 21:24:32.579 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.579 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.579 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.579 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.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.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 21:24:32.580 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.580 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.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.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 21:24:32.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.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 21:24:32.585 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 21:24:32.585 [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 21:24:32.590 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 21:24:32.590 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...21:24:32.590 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.590 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.590 [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... 21:24:32.590 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.590 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.590 [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... 21:24:32.591 [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 21:24:32.592 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 21:24:32.592 [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 21:24:32.592 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:32.592 [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...21:24:32.592 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.592 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.593 [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... 21:24:32.593 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.593 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.593 [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... 21:24:32.593 [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 21:24:32.594 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.594 [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 21:24:32.594 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.594 [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...21:24:32.594 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.594 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.595 [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... 21:24:32.595 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.595 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.595 [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... 21:24:32.595 [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 21:24:32.638 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 21:24:32.638 [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 21:24:32.641 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 21:24:32.641 [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. 0s46ms [pure insertion] marking any relevant derived attributes for update...21:24:32.641 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.641 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.641 [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/ (0 sec, 6 sec total) 21:24:32.642 [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... 21:24:32.642 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.642 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.642 [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... 21:24:32.642 [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 21:24:32.643 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:24:32.643 [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 21:24:32.643 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.643 [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...21:24:32.643 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.643 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.644 [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... 21:24:32.644 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.644 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.644 [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... 21:24:32.644 [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 21:24:32.644 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.644 [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 21:24:32.645 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.645 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.645 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.645 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.645 [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... 21:24:32.645 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.645 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.645 [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... 21:24:32.646 [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 21:24:32.647 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 21:24:32.647 [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 21:24:32.648 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:32.648 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...21:24:32.648 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.648 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.649 [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... 21:24:32.649 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.649 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.649 [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... 21:24:32.649 [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 21:24:32.649 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.649 [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 21:24:32.649 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.649 [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...21:24:32.650 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.650 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.650 [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... 21:24:32.650 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.650 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.650 [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... 21:24:32.650 [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 21:24:32.651 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.651 [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 21:24:32.651 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.651 [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...21:24:32.651 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.651 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.651 [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... 21:24:32.651 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.651 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.652 [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... 21:24:32.652 [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 21:24:32.652 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.652 [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 21:24:32.652 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.652 [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...21:24:32.652 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.652 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.653 [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... 21:24:32.653 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.653 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.653 [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... 21:24:32.653 [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 21:24:32.654 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 21:24:32.654 [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 21:24:32.655 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:32.655 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:32.655 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.655 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.655 [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... 21:24:32.655 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.655 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.655 [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... 21:24:32.688 [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 21:24:32.689 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.689 [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 21:24:32.690 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.690 [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. 0s35ms [pure insertion] marking any relevant derived attributes for update...21:24:32.690 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.690 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.690 [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... 21:24:32.690 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.690 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.690 [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... 21:24:32.691 [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 21:24:32.691 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.691 [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 21:24:32.691 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.691 [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...21:24:32.691 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:32.692 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:32.692 [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... 21:24:32.692 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.692 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.692 [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... 21:24:32.692 [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 21:24:32.693 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:32.693 [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 21:24:32.693 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.694 [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...21:24:32.694 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.694 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.694 [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... 21:24:32.694 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.694 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.694 [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... 21:24:32.694 [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 21:24:32.695 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 21:24:32.695 [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 21:24:32.696 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.696 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:32.696 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.696 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.697 [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... 21:24:32.697 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.697 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.697 [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... 21:24:32.697 [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 21:24:32.697 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.697 [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 21:24:32.698 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.698 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.698 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.698 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.698 [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... 21:24:32.698 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.698 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.698 [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... 21:24:32.698 [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 21:24:32.699 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.699 [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 21:24:32.699 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.699 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.699 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.699 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.700 [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... 21:24:32.700 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.700 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.700 [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... 21:24:32.700 [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 21:24:32.700 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.736 [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 21:24:32.737 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.737 [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. 0s37ms [pure insertion] marking any relevant derived attributes for update...21:24:32.737 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.737 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.737 [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... 21:24:32.737 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.737 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.737 [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... 21:24:32.737 [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 21:24:32.764 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 21:24:32.764 [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 21:24:32.765 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:32.765 [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. 0s28ms [pure insertion] marking any relevant derived attributes for update...21:24:32.765 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.765 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.766 [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... 21:24:32.766 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.766 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.766 [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... 21:24:32.766 [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 21:24:32.767 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec) 21:24:32.767 [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 21:24:32.768 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:24:32.768 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:32.768 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.768 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.769 [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... 21:24:32.769 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.769 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.769 [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... 21:24:32.769 [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 21:24:32.770 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.770 [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 21:24:32.770 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.770 [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...21:24:32.770 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.770 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.770 [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... 21:24:32.770 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.770 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.770 [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... 21:24:32.771 [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 21:24:32.773 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 21:24:32.773 [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 21:24:32.774 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 21:24:32.774 [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...21:24:32.774 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.774 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.774 [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... 21:24:32.774 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.774 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.774 [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... 21:24:32.775 [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 21:24:32.775 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.775 [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 21:24:32.775 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.775 [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...21:24:32.775 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.775 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.776 [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... 21:24:32.776 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.776 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.776 [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... 21:24:32.777 [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 21:24:32.781 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 21:24:32.781 [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 21:24:32.785 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 21:24:32.785 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...21:24:32.785 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.785 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.786 [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... 21:24:32.786 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.786 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.786 [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... 21:24:32.786 [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 21:24:32.787 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.787 [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 21:24:32.787 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.787 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.787 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.787 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.787 [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... 21:24:32.787 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.787 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.787 [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... 21:24:32.788 [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 21:24:32.788 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.788 [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 21:24:32.788 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.788 [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...21:24:32.788 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.788 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.789 [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... 21:24:32.789 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.789 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.789 [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... 21:24:32.822 [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 21:24:32.823 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:24:32.823 [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 21:24:32.823 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.823 [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. 0s34ms [pure insertion] marking any relevant derived attributes for update...21:24:32.823 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.823 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.837 [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... 21:24:32.837 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.837 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.837 [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... 21:24:32.837 [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 21:24:32.838 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:32.838 [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 21:24:32.838 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.838 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.838 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.838 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.839 [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... 21:24:32.839 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.839 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.839 [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... 21:24:32.839 [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 21:24:32.840 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.840 [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 21:24:32.840 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.840 [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...21:24:32.840 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.840 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.840 [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... 21:24:32.841 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.841 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.841 [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... 21:24:32.841 [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 21:24:32.841 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:32.842 [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 21:24:32.842 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.842 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:32.842 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.842 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.842 [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... 21:24:32.842 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.842 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.842 [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... 21:24:32.843 [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 21:24:32.843 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.843 [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 21:24:32.843 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.843 [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...21:24:32.843 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.843 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.846 [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... 21:24:32.846 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.846 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.846 [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... 21:24:32.846 [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 21:24:32.872 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.872 [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 21:24:32.873 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.873 [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. 0s27ms [pure insertion] marking any relevant derived attributes for update...21:24:32.873 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.873 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.874 [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... 21:24:32.874 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.874 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.874 [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... 21:24:32.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/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 21:24:32.878 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 21:24:32.878 [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 21:24:32.881 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 21:24:32.881 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...21:24:32.881 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.881 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.882 [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... 21:24:32.882 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.882 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.882 [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... 21:24:32.882 [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 21:24:32.883 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.883 [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 21:24:32.884 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.884 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:32.884 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.884 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.884 [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... 21:24:32.884 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.885 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.885 [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... 21:24:32.885 [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 21:24:32.885 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.885 [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 21:24:32.885 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.885 [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...21:24:32.885 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:32.886 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:32.886 [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... 21:24:32.886 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.886 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.886 [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... 21:24:32.936 [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 21:24:32.937 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.937 [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 21:24:32.937 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.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/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml. 0s51ms [pure insertion] marking any relevant derived attributes for update...21:24:32.937 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:32.938 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:32.938 [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... 21:24:32.938 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.938 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.938 [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... 21:24:32.964 [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 21:24:32.965 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 21:24:32.965 [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 21:24:32.965 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:32.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/40400bbd-0b5d-11df-8680-001302895b2b.exml. 0s27ms [pure insertion] marking any relevant derived attributes for update...21:24:32.965 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.965 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.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/00700680-0000-01ef-0000-000000000000.exml... 21:24:32.966 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.966 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.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/00700680-0000-01ef-0000-000000000000.exml... 21:24:32.966 [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 21:24:32.967 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.967 [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 21:24:32.967 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.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/00700680-0000-01ef-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.967 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.967 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.968 [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... 21:24:32.968 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.968 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.968 [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... 21:24:32.968 [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 21:24:32.968 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.968 [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 21:24:32.969 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.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/01ec141c-0000-12f7-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.969 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.969 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.969 [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... 21:24:32.969 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.969 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.969 [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... 21:24:32.969 [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 21:24:32.970 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.970 [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 21:24:32.970 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.970 [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...21:24:32.970 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.970 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.970 [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... 21:24:32.970 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.971 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.971 [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... 21:24:32.971 [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 21:24:32.971 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.971 [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 21:24:32.973 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.973 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...21:24:32.973 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.973 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.975 [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... 21:24:32.975 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.975 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.975 [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... 21:24:32.976 [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 21:24:32.977 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 21:24:32.977 [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 21:24:32.977 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.977 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:32.977 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.977 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.977 [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... 21:24:32.977 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.977 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 21:24:32.978 [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 21:24:32.978 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.978 [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 21:24:32.978 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.978 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.978 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.979 [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... 21:24:32.979 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.979 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.979 [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... 21:24:32.979 [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 21:24:32.979 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.979 [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 21:24:32.980 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.980 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.980 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.980 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.980 [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... 21:24:32.980 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.980 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.980 [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... 21:24:32.981 [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 21:24:32.982 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.982 [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 21:24:32.982 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.982 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:32.982 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.982 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.982 [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... 21:24:32.982 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.982 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.982 [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... 21:24:32.983 [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 21:24:32.983 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:32.983 [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 21:24:32.983 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.983 [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...21:24:32.983 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.983 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.984 [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... 21:24:32.984 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.984 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.984 [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... 21:24:32.984 [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 21:24:32.985 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.985 [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 21:24:32.985 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.985 [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...21:24:32.985 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.985 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.985 [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... 21:24:32.985 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.985 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.985 [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... 21:24:32.986 [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 21:24:32.986 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.986 [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 21:24:32.986 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.986 [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...21:24:32.986 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.986 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.987 [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... 21:24:32.987 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.987 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.987 [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... 21:24:32.987 [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 21:24:32.987 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:32.988 [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 21:24:32.988 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:32.988 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:32.988 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:32.988 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:32.988 [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... 21:24:32.988 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:32.988 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:32.988 [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... 21:24:32.989 [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 21:24:33.044 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 21:24:33.044 [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 21:24:33.045 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:33.045 [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. 0s57ms [pure insertion] marking any relevant derived attributes for update...21:24:33.045 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.045 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/01ec2468-0000-0ac1-0000-000000000000.exml... 21:24:33.046 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.046 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.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/01ec2468-0000-0ac1-0000-000000000000.exml... 21:24:33.046 [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 21:24:33.046 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.046 [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 21:24:33.047 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.047 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.047 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.047 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/00700680-0000-01e5-0000-000000000000.exml... 21:24:33.047 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.047 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.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/00700680-0000-01e5-0000-000000000000.exml... 21:24:33.047 [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 21:24:33.048 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.048 [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 21:24:33.048 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.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/00700680-0000-01e5-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.048 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.048 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/00700680-0000-0204-0000-000000000000.exml... 21:24:33.049 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.049 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.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/00700680-0000-0204-0000-000000000000.exml... 21:24:33.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-0204-0000-000000000000.exml 21:24:33.049 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.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-0204-0000-000000000000.exml 21:24:33.050 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.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/00700680-0000-0204-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.050 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.050 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.050 [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... 21:24:33.050 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.050 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.050 [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... 21:24:33.050 [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 21:24:33.051 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.051 [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 21:24:33.051 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.051 [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...21:24:33.051 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.051 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.052 [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... 21:24:33.052 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.052 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.052 [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... 21:24:33.052 [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 21:24:33.053 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.053 [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 21:24:33.066 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.066 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...21:24:33.066 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:33.067 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:33.068 [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... 21:24:33.068 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.068 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.068 [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... 21:24:33.069 [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 21:24:33.070 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:33.070 [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 21:24:33.098 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:33.098 [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. 0s30ms [pure insertion] marking any relevant derived attributes for update...21:24:33.098 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.098 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.137 [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... 21:24:33.137 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.137 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.137 [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... 21:24:33.138 [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 21:24:33.148 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.148 [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 21:24:33.148 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.148 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...21:24:33.148 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.148 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.149 [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... 21:24:33.149 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.149 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.149 [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... 21:24:33.149 [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 21:24:33.150 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.150 [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 21:24:33.150 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.150 [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...21:24:33.150 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.150 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.151 [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... 21:24:33.151 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.151 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.151 [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... 21:24:33.151 [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 21:24:33.152 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.152 [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 21:24:33.152 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.152 [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...21:24:33.152 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.152 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.152 [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... 21:24:33.152 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.152 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.152 [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... 21:24:33.153 [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 21:24:33.153 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:33.153 [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 21:24:33.154 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:33.154 [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...21:24:33.154 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.154 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.154 [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... 21:24:33.154 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.154 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.154 [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... 21:24:33.155 [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 21:24:33.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.156 [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 21:24:33.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.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/eb8f06b7-de86-11de-905b-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.156 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.156 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.156 [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... 21:24:33.156 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.156 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.156 [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... 21:24:33.157 [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 21:24:33.158 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.158 [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 21:24:33.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.159 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...21:24:33.159 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.159 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.159 [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... 21:24:33.159 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.159 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.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/01ec12fc-0000-0242-0000-000000000000.exml... 21:24:33.159 [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 21:24:33.160 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.160 [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 21:24:33.160 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.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/01ec12fc-0000-0242-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.160 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.160 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.160 [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... 21:24:33.161 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.161 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.161 [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... 21:24:33.161 [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 21:24:33.161 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.161 [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 21:24:33.161 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.161 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.161 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:33.162 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:33.162 [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... 21:24:33.162 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.162 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.162 [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... 21:24:33.162 [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 21:24:33.163 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.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 21:24:33.163 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.163 [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...21:24:33.163 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.163 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.163 [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... 21:24:33.163 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.163 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.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.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 21:24:33.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.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 21:24:33.164 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.164 [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 21:24:33.164 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.164 [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...21:24:33.164 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.164 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/01ec141c-0000-12fc-0000-000000000000.exml... 21:24:33.165 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.165 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.165 [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... 21:24:33.165 [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 21:24:33.165 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.165 [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 21:24:33.165 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.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/01ec141c-0000-12fc-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.165 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:24:33.166 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:24:33.166 [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... 21:24:33.166 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.166 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.166 [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... 21:24:33.166 [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 21:24:33.168 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 21:24:33.168 [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 21:24:33.168 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:33.168 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.168 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.168 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.169 [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... 21:24:33.169 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.169 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.169 [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... 21:24:33.169 [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 21:24:33.170 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 21:24:33.170 [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 21:24:33.171 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:24:33.171 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.171 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.171 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/00000000-0000-9c49-0000-000000000000.exml... 21:24:33.172 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.172 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.172 [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... 21:24:33.172 [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 21:24:33.172 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.172 [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 21:24:33.173 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.173 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.173 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.173 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.173 [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... 21:24:33.173 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.173 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.173 [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... 21:24:33.231 [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 21:24:33.236 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.237 [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 21:24:33.237 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.237 [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. 0s64ms [pure insertion] marking any relevant derived attributes for update...21:24:33.237 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.237 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/8e76c95f-5821-11df-be59-001302895b2b.exml... 21:24:33.238 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.238 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.238 [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... 21:24:33.238 [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 21:24:33.238 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.238 [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 21:24:33.238 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.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/8e76c95f-5821-11df-be59-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.239 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.239 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/37d0688a-c308-11de-8ac8-001302895b2b.exml... 21:24:33.239 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.239 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.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/37d0688a-c308-11de-8ac8-001302895b2b.exml... 21:24:33.239 [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 21:24:33.240 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.240 [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 21:24:33.240 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.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/37d0688a-c308-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.240 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.240 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.240 [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... 21:24:33.240 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.241 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.241 [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... 21:24:33.241 [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 21:24:33.241 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.241 [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 21:24:33.241 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.241 [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...21:24:33.241 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.241 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.242 [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... 21:24:33.242 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.242 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.242 [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... 21:24:33.242 [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 21:24:33.243 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 21:24:33.243 [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 21:24:33.244 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:24:33.244 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.244 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.244 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.244 [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... 21:24:33.244 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.244 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.244 [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... 21:24:33.244 [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 21:24:33.245 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.245 [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 21:24:33.245 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.245 [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...21:24:33.245 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.245 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.245 [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... 21:24:33.245 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.246 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.246 [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... 21:24:33.246 [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 21:24:33.246 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:24:33.246 [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 21:24:33.247 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.247 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.247 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.247 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.249 [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... 21:24:33.249 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.249 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.249 [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... 21:24:33.249 [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 21:24:33.256 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec) 21:24:33.256 [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 21:24:33.263 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 21:24:33.263 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...21:24:33.263 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.263 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.264 [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... 21:24:33.264 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.264 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.264 [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... 21:24:33.289 [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 21:24:33.290 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.290 [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 21:24:33.290 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.290 [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. 0s26ms [pure insertion] marking any relevant derived attributes for update...21:24:33.290 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.290 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.291 [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... 21:24:33.291 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.291 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.291 [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... 21:24:33.291 [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 21:24:33.292 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:24:33.292 [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 21:24:33.292 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.292 [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...21:24:33.292 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.292 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 21:24:33.293 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.293 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.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/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 21:24:33.293 [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 21:24:33.294 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.294 [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 21:24:33.294 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.294 [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...21:24:33.294 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.294 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.294 [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... 21:24:33.294 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.294 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.294 [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... 21:24:33.295 [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 21:24:33.295 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:24:33.295 [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 21:24:33.337 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.337 [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. 0s43ms [pure insertion] marking any relevant derived attributes for update...21:24:33.337 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.337 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.337 [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... 21:24:33.337 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.337 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.337 [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... 21:24:33.338 [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 21:24:33.369 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.369 [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 21:24:33.369 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml. 0s33ms [pure insertion] marking any relevant derived attributes for update...21:24:33.370 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.370 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.370 [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... 21:24:33.370 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.370 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.370 [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... 21:24:33.371 [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 21:24:33.371 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.371 [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 21:24:33.372 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.372 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.372 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.372 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.372 [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... 21:24:33.372 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.372 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.372 [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... 21:24:33.372 [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 21:24:33.373 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:33.373 [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 21:24:33.373 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.373 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.373 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.373 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.374 [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... 21:24:33.374 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.374 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.374 [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... 21:24:33.374 [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 21:24:33.375 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:33.375 [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 21:24:33.376 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:33.376 [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...21:24:33.376 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.376 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.376 [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... 21:24:33.376 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.376 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.376 [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... 21:24:33.376 [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 21:24:33.377 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:33.377 [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 21:24:33.378 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:33.378 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.378 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.378 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.378 [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... 21:24:33.378 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.378 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.378 [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... 21:24:33.378 [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 21:24:33.379 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.379 [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 21:24:33.379 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.379 [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...21:24:33.379 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.379 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.380 [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... 21:24:33.380 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.380 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.380 [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... 21:24:33.380 [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 21:24:33.380 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.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-01fb-0000-000000000000.exml 21:24:33.380 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.381 [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...21:24:33.381 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.381 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.381 [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... 21:24:33.381 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.381 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.381 [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... 21:24:33.381 [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 21:24:33.382 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.382 [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 21:24:33.382 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.382 [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...21:24:33.382 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.382 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.384 [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... 21:24:33.384 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.384 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.384 [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... 21:24:33.385 [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 21:24:33.388 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec) 21:24:33.388 [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 21:24:33.388 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.388 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...21:24:33.388 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.388 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.389 [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... 21:24:33.389 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.389 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.389 [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... 21:24:33.389 [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 21:24:33.389 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 21:24:33.389 [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 21:24:33.390 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.390 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.390 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.390 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.390 [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... 21:24:33.390 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.390 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.390 [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... 21:24:33.390 [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 21:24:33.391 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:24:33.391 [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 21:24:33.391 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.391 [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...21:24:33.391 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.391 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/01ec12fc-0000-021a-0000-000000000000.exml... 21:24:33.392 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.392 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.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/01ec12fc-0000-021a-0000-000000000000.exml... 21:24:33.392 [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 21:24:33.392 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.392 [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 21:24:33.393 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.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/01ec12fc-0000-021a-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.393 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.393 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/01ec1ac4-0000-2ef9-0000-000000000000.exml... 21:24:33.393 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.436 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.436 [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... 21:24:33.506 [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 21:24:33.507 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.507 [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 21:24:33.507 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.507 [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. 0s114ms [pure insertion] marking any relevant derived attributes for update...21:24:33.507 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.507 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.508 [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... 21:24:33.508 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.508 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.508 [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... 21:24:33.508 [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 21:24:33.509 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 21:24:33.509 [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 21:24:33.509 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.509 [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...21:24:33.509 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.509 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.510 [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... 21:24:33.510 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.510 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.510 [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... 21:24:33.510 [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 21:24:33.510 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.510 [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 21:24:33.511 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.511 [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...21:24:33.511 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.511 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.511 [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... 21:24:33.511 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.511 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.511 [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... 21:24:33.511 [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 21:24:33.512 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.512 [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 21:24:33.512 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.512 [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...21:24:33.512 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.512 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.512 [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... 21:24:33.513 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.513 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.513 [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... 21:24:33.513 [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 21:24:33.514 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:33.514 [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 21:24:33.514 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:33.514 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.514 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.514 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.514 [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... 21:24:33.514 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.514 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.514 [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... 21:24:33.515 [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 21:24:33.515 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.515 [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 21:24:33.515 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.515 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.515 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.515 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.516 [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... 21:24:33.516 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.516 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.516 [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... 21:24:33.516 [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 21:24:33.517 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.517 [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 21:24:33.517 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.517 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.517 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.517 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.517 [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... 21:24:33.517 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.517 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.517 [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... 21:24:33.518 [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 21:24:33.538 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 21:24:33.538 [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 21:24:33.570 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 21:24:33.570 [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. 0s53ms [pure insertion] marking any relevant derived attributes for update...21:24:33.570 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.570 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/00bc27b8-0000-0e0b-0000-000000000000.exml... 21:24:33.571 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.571 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.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/00bc27b8-0000-0e0b-0000-000000000000.exml... 21:24:33.571 [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 21:24:33.574 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec) 21:24:33.574 [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 21:24:33.575 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 21:24:33.575 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...21:24:33.575 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.575 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.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/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 21:24:33.576 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.576 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.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/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 21:24:33.576 [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 21:24:33.576 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.576 [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 21:24:33.577 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.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/5d357779-c2fd-11de-8ac8-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:24:33.577 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.577 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.577 [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/ (0 sec, 7 sec total) 21:24:33.577 [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... 21:24:33.577 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.577 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.577 [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... 21:24:33.578 [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 21:24:33.580 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 21:24:33.580 [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 21:24:33.582 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 21:24:33.582 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...21:24:33.583 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.583 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.583 [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... 21:24:33.583 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.583 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.583 [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... 21:24:33.583 [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 21:24:33.584 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.584 [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 21:24:33.584 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.584 [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...21:24:33.584 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.584 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.585 [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... 21:24:33.585 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.585 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.585 [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... 21:24:33.585 [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 21:24:33.585 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.585 [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 21:24:33.585 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.586 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.586 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.586 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.586 [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... 21:24:33.586 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.586 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.586 [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... 21:24:33.586 [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 21:24:33.587 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.587 [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 21:24:33.587 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.587 [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...21:24:33.587 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.587 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.587 [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... 21:24:33.587 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.587 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.587 [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... 21:24:33.588 [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 21:24:33.588 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.588 [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 21:24:33.588 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.588 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.588 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.588 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.589 [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... 21:24:33.589 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.589 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.589 [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... 21:24:33.589 [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 21:24:33.590 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:33.590 [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 21:24:33.590 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:33.590 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.590 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.590 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.590 [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... 21:24:33.590 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.590 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.590 [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... 21:24:33.591 [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 21:24:33.591 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.591 [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 21:24:33.591 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.591 [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...21:24:33.591 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.591 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.592 [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... 21:24:33.592 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.592 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.592 [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... 21:24:33.592 [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 21:24:33.593 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:24:33.593 [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 21:24:33.593 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:24:33.593 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:24:33.593 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s43ms 21:24:33.636 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s43ms 21:24:33.637 [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... 21:24:33.637 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:24:33.637 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:24:33.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/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 21:24:33.638 [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 21:24:33.653 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:24:33.653 [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 21:24:33.653 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:24:33.653 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...21:24:33.653 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:24:33.653 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:24:33.653 [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, 7 sec total) 21:24:33.653 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 21:24:33.653 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 21:24:34.240 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 21:24:40.990 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 21:24:40.990 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~7.337s attempting to resolve any uninitialized derived attributes... 21:24:40.990 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 21:24:40.990 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 21:24:40.990 [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... 21:24:40.990 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 7s337ms [proxy update] 21:24:40.990 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 21:24:41.110 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:24:41.110 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 14 s 959 ms 21:24:41.111 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:24:41.111 [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 21:24:41.114 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:24:41.114 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:24:42.457 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:24:42 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit7907139698673456752/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit3344328990245885774/test_metamodel[OrientDB] Jun 14, 2020 9:24:45 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit3344328990245885774/test_metamodel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:24:50.401 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:24:50.402 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:24:50.402 [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 21:24:50.402 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:24:50.402 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:24:50.402 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:24:50.402 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:24:50.402 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:24:50.403 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 21:24:50.403 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:24:50.403 [pool-18-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:24:50.403 [pool-18-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:24:50.403 [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 21:24:50.435 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:24:50.435 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:24:50.442 [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 21:24:51.358 [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)] 21:24:51.514 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 21:24:51.514 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:51.514 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 21:24:51.522 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 21:24:51.523 [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 21:24:51.523 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:51.523 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 21:24:51.668 [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 21:24:51.668 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:51.668 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 21:24:51.865 [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 21:24:51.865 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 21:24:51.878 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 21:24:51.878 [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! 21:24:51.879 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 21:24:51.954 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:24:51.954 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:24:51.961 [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! 21:24:51.961 [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! 21:24:51.961 [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! 21:24:51.961 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 21:24:51.961 [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! 21:24:51.961 [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! 21:24:51.961 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 21:24:51.961 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:24:51.968 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 21:24:51.968 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:24:51.970 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:24:51.970 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 21:24:52.353 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 14, 2020 9:24:52 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit3344328990245885774/test_metamodel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4151963638074778084/test_zoo[OrientDB] Jun 14, 2020 9:24:52 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit4151963638074778084/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 21:24:58.040 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 21:24:58.043 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:24:58.043 [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 21:24:58.043 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:24:58.043 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:24:58.043 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 21:24:58.043 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 21:24:58.043 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 21:24:58.044 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 21:24:58.044 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 21:24:58.044 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:24:58.044 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 21:24:58.044 [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 21:24:58.070 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:24:58.070 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:24:58.076 [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 21:24:59.047 [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)] 21:24:59.178 [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 21:24:59.178 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:59.178 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 21:24:59.185 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 21:24:59.186 [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 21:24:59.186 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:59.186 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 21:24:59.297 [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 21:24:59.298 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 21:24:59.298 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 21:24:59.471 [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 21:24:59.471 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 21:24:59.483 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 21:24:59.483 [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! 21:24:59.483 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 21:24:59.558 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 21:24:59.558 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 21:24:59.566 [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! 21:24:59.566 [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! 21:24:59.566 [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! 21:24:59.566 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 21:24:59.566 [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! 21:24:59.566 [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! 21:24:59.566 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 21:24:59.566 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 21:25:00.023 [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 21:25:00.025 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 21:25:00.025 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 21:25:00.161 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 21:25:00.175 [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/ 21:25:00.176 [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/ 21:25:00.239 [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/ 21:25:00.240 [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/ 21:25:00.240 [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/ 21:25:00.241 [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/ 21:25:00.241 [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/ 21:25:00.241 [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/ 21:25:00.242 [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/ 21:25:00.244 [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/ 21:25:00.244 [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/ 21:25:00.245 [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/ 21:25:00.246 [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/ 21:25:00.246 [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/ 21:25:00.246 [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/ 21:25:00.247 [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/ 21:25:00.248 [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/ 21:25:00.248 [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/ 21:25:00.248 [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/ 21:25:00.249 [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/ 21:25:00.250 [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/ 21:25:00.251 [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/ 21:25:00.252 [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/ 21:25:00.252 [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/ 21:25:00.252 [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/ 21:25:00.253 [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/ 21:25:00.253 [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/ 21:25:00.254 [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/ 21:25:00.254 [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/ 21:25:00.255 [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/ 21:25:00.255 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 21:25:00.255 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 21:25:00.255 [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) 21:25:00.261 [pool-19-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... 21:25:00.262 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:00.262 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:00.262 [pool-19-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... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 21:25:01.235 [pool-19-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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 21:25:02.027 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.027 [pool-19-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 21:25:02.370 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.370 [pool-19-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. 2s109ms [pure insertion] marking any relevant derived attributes for update...21:25:02.370 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.370 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.371 [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... 21:25:02.371 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.371 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.371 [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... 21:25:02.371 [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 21:25:02.372 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.372 [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 21:25:02.372 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.372 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:02.372 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.372 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.373 [pool-19-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... 21:25:02.373 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.373 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.373 [pool-19-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... 21:25:02.373 [pool-19-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 21:25:02.373 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.373 [pool-19-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 21:25:02.374 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.374 [pool-19-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...21:25:02.374 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.374 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.377 [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-001d-0000-000000000000.exml... 21:25:02.377 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.377 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.377 [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-001d-0000-000000000000.exml... 21:25:02.377 [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-001d-0000-000000000000.exml 21:25:02.383 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 21:25:02.383 [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-001d-0000-000000000000.exml 21:25:02.544 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 21:25:02.544 [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-001d-0000-000000000000.exml. 0s167ms [pure insertion] marking any relevant derived attributes for update...21:25:02.544 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.544 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.545 [pool-19-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... 21:25:02.545 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.545 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.545 [pool-19-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... 21:25:02.593 [pool-19-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 21:25:02.594 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.594 [pool-19-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 21:25:02.594 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.594 [pool-19-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. 0s49ms [pure insertion] marking any relevant derived attributes for update...21:25:02.594 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.594 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.595 [pool-19-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... 21:25:02.595 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.595 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.595 [pool-19-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... 21:25:02.595 [pool-19-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 21:25:02.595 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.595 [pool-19-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 21:25:02.595 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.595 [pool-19-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...21:25:02.595 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:25:02.596 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:25:02.598 [pool-19-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... 21:25:02.598 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.598 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.598 [pool-19-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... 21:25:02.598 [pool-19-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 21:25:02.599 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:25:02.599 [pool-19-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 21:25:02.601 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:25:02.601 [pool-19-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...21:25:02.601 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.601 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.602 [pool-19-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... 21:25:02.602 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.602 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.602 [pool-19-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... 21:25:02.602 [pool-19-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 21:25:02.602 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.602 [pool-19-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 21:25:02.602 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.602 [pool-19-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...21:25:02.602 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.602 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.603 [pool-19-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... 21:25:02.603 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.603 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.603 [pool-19-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... 21:25:02.603 [pool-19-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 21:25:02.603 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.603 [pool-19-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 21:25:02.603 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.603 [pool-19-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...21:25:02.603 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.603 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.604 [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... 21:25:02.604 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.604 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.604 [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... 21:25:02.604 [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 21:25:02.605 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:25:02.605 [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 21:25:02.605 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:25:02.605 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:02.605 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.605 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.605 [pool-19-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... 21:25:02.605 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.605 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.605 [pool-19-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... 21:25:02.606 [pool-19-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 21:25:02.606 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 21:25:02.606 [pool-19-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 21:25:02.607 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:25:02.607 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:25:02.607 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.607 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.607 [pool-19-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... 21:25:02.607 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.607 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.607 [pool-19-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... 21:25:02.608 [pool-19-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 21:25:02.608 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.608 [pool-19-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 21:25:02.608 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.608 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:02.608 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.608 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.609 [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/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 21:25:02.609 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.609 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.609 [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/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 21:25:02.609 [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/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 21:25:02.613 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec) 21:25:02.613 [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/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 21:25:02.617 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 21:25:02.617 [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/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...21:25:02.617 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.617 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.618 [pool-19-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... 21:25:02.618 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.618 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.618 [pool-19-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... 21:25:02.618 [pool-19-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 21:25:02.618 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.618 [pool-19-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 21:25:02.618 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.619 [pool-19-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...21:25:02.619 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.619 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.621 [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/827950f7-671f-4db7-9374-23df864712ef.exml... 21:25:02.621 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.621 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.621 [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/827950f7-671f-4db7-9374-23df864712ef.exml... 21:25:02.644 [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/827950f7-671f-4db7-9374-23df864712ef.exml 21:25:02.644 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.644 [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/827950f7-671f-4db7-9374-23df864712ef.exml 21:25:02.645 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.645 [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/827950f7-671f-4db7-9374-23df864712ef.exml. 0s24ms [pure insertion] marking any relevant derived attributes for update...21:25:02.645 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.645 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.645 [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-0e0b-0000-000000000000.exml... 21:25:02.645 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.645 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.645 [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-0e0b-0000-000000000000.exml... 21:25:02.646 [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-0e0b-0000-000000000000.exml 21:25:02.648 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec) 21:25:02.648 [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-0e0b-0000-000000000000.exml 21:25:02.652 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 21:25:02.652 [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-0e0b-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...21:25:02.652 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.652 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.652 [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... 21:25:02.653 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.653 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.653 [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... 21:25:02.653 [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 21:25:02.653 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.653 [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 21:25:02.653 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.653 [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...21:25:02.653 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.653 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.654 [pool-19-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... 21:25:02.654 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.654 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.654 [pool-19-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... 21:25:02.654 [pool-19-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 21:25:02.654 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.654 [pool-19-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 21:25:02.654 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.654 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:02.655 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.655 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.655 [pool-19-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... 21:25:02.655 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.655 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.655 [pool-19-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... 21:25:02.655 [pool-19-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 21:25:02.656 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 21:25:02.656 [pool-19-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 21:25:02.657 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:25:02.657 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:25:02.657 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.657 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.657 [pool-19-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... 21:25:02.657 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.657 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.657 [pool-19-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... 21:25:02.657 [pool-19-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 21:25:02.657 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.658 [pool-19-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 21:25:02.658 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.658 [pool-19-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...21:25:02.658 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.658 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.658 [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... 21:25:02.658 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.658 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.658 [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... 21:25:02.658 [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 21:25:02.659 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.659 [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 21:25:02.659 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.659 [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...21:25:02.659 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.659 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.664 [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... 21:25:02.664 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.664 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.664 [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... 21:25:02.665 [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 21:25:02.744 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 21:25:02.744 [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 21:25:02.750 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:25:02.750 [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. 0s86ms [pure insertion] marking any relevant derived attributes for update...21:25:02.750 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.750 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.751 [pool-19-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... 21:25:02.751 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.751 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.751 [pool-19-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... 21:25:02.751 [pool-19-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 21:25:02.751 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.751 [pool-19-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 21:25:02.752 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.752 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:02.752 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.752 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.752 [pool-19-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... 21:25:02.752 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.752 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.752 [pool-19-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... 21:25:02.752 [pool-19-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 21:25:02.753 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.753 [pool-19-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 21:25:02.753 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.753 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:02.753 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.753 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.756 [pool-19-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... 21:25:02.756 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.756 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.756 [pool-19-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... 21:25:02.756 [pool-19-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 21:25:02.757 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.757 [pool-19-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 21:25:02.757 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.757 [pool-19-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...21:25:02.757 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.757 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.758 [pool-19-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... 21:25:02.758 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.758 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.758 [pool-19-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... 21:25:02.758 [pool-19-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 21:25:02.758 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.758 [pool-19-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 21:25:02.758 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.758 [pool-19-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...21:25:02.758 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 21:25:02.759 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 21:25:02.759 [pool-19-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... 21:25:02.759 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.759 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.759 [pool-19-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... 21:25:02.759 [pool-19-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 21:25:02.759 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.759 [pool-19-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 21:25:02.760 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.760 [pool-19-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...21:25:02.760 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.760 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.760 [pool-19-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... 21:25:02.760 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.760 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.760 [pool-19-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... 21:25:02.760 [pool-19-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 21:25:02.761 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec) 21:25:02.762 [pool-19-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 21:25:02.762 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 21:25:02.762 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:25:02.762 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.762 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.763 [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... 21:25:02.763 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.763 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.763 [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... 21:25:02.788 [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 21:25:02.788 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.788 [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 21:25:02.788 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.788 [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. 0s25ms [pure insertion] marking any relevant derived attributes for update...21:25:02.788 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.788 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.791 [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-000d-0000-000000000000.exml... 21:25:02.791 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.791 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.791 [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-000d-0000-000000000000.exml... 21:25:02.791 [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-000d-0000-000000000000.exml 21:25:02.793 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:25:02.793 [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-000d-0000-000000000000.exml 21:25:02.794 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.794 [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-000d-0000-000000000000.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...21:25:02.794 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.794 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.794 [pool-19-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... 21:25:02.794 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.794 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.794 [pool-19-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... 21:25:02.794 [pool-19-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 21:25:02.795 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.795 [pool-19-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 21:25:02.795 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.795 [pool-19-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...21:25:02.795 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.795 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.795 [pool-19-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... 21:25:02.795 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.795 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.795 [pool-19-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... 21:25:02.795 [pool-19-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 21:25:02.796 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.796 [pool-19-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 21:25:02.796 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.796 [pool-19-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...21:25:02.796 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.796 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.796 [pool-19-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... 21:25:02.796 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.796 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.796 [pool-19-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... 21:25:02.797 [pool-19-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 21:25:02.797 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:25:02.797 [pool-19-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 21:25:02.798 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:25:02.798 [pool-19-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...21:25:02.798 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.798 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.798 [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... 21:25:02.798 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.798 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.798 [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... 21:25:02.798 [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 21:25:02.838 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.838 [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 21:25:02.838 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.838 [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. 0s40ms [pure insertion] marking any relevant derived attributes for update...21:25:02.838 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.838 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.839 [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-1301-0000-000000000000.exml... 21:25:02.839 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.839 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.839 [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-1301-0000-000000000000.exml... 21:25:02.839 [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-1301-0000-000000000000.exml 21:25:02.839 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:02.839 [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-1301-0000-000000000000.exml 21:25:02.840 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:02.840 [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-1301-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:02.840 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:02.840 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:02.842 [pool-19-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... 21:25:02.842 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:02.842 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:02.842 [pool-19-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... 21:25:02.842 [pool-19-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 21:25:03.338 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 21:25:03.338 [pool-19-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 21:25:03.338 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.338 [pool-19-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. 0s496ms [pure insertion] marking any relevant derived attributes for update...21:25:03.338 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.338 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.340 [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... 21:25:03.340 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.340 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.340 [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... 21:25:03.340 [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 21:25:03.348 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 21:25:03.348 [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 21:25:03.380 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 21:25:03.380 [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. 0s40ms [pure insertion] marking any relevant derived attributes for update...21:25:03.380 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.380 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.380 [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-092f-0000-000000000000.exml... 21:25:03.380 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.380 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.381 [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-092f-0000-000000000000.exml... 21:25:03.381 [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-092f-0000-000000000000.exml 21:25:03.383 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 21:25:03.383 [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-092f-0000-000000000000.exml 21:25:03.384 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 21:25:03.384 [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-092f-0000-000000000000.exml. 0s4ms [pure insertion] marking any relevant derived attributes for update...21:25:03.384 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.384 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.384 [pool-19-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... 21:25:03.384 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.384 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.384 [pool-19-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... 21:25:03.385 [pool-19-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 21:25:03.385 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:25:03.385 [pool-19-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 21:25:03.386 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:25:03.386 [pool-19-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...21:25:03.386 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.386 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.386 [pool-19-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... 21:25:03.386 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.386 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.386 [pool-19-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... 21:25:03.386 [pool-19-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 21:25:03.387 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.387 [pool-19-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 21:25:03.387 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.387 [pool-19-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...21:25:03.387 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.387 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.387 [pool-19-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... 21:25:03.387 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.387 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.387 [pool-19-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... 21:25:03.388 [pool-19-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 21:25:03.388 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:25:03.388 [pool-19-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 21:25:03.388 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:25:03.389 [pool-19-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...21:25:03.389 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.389 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.391 [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... 21:25:03.391 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.391 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.391 [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... 21:25:03.391 [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 21:25:03.393 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 21:25:03.393 [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 21:25:03.395 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 21:25:03.395 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...21:25:03.395 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.395 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.396 [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... 21:25:03.396 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.396 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.396 [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... 21:25:03.396 [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 21:25:03.397 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 21:25:03.397 [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 21:25:03.397 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:25:03.397 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:03.397 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.397 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.398 [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-12f7-0000-000000000000.exml... 21:25:03.398 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.398 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.398 [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-12f7-0000-000000000000.exml... 21:25:03.398 [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-12f7-0000-000000000000.exml 21:25:03.398 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.398 [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-12f7-0000-000000000000.exml 21:25:03.399 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.399 [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-12f7-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:03.399 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.399 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.399 [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-00b7-0000-000000000000.exml... 21:25:03.399 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.399 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.399 [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-00b7-0000-000000000000.exml... 21:25:03.399 [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-00b7-0000-000000000000.exml 21:25:03.400 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.400 [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-00b7-0000-000000000000.exml 21:25:03.400 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.400 [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-00b7-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:03.400 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.400 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.400 [pool-19-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... 21:25:03.400 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.400 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.400 [pool-19-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... 21:25:03.400 [pool-19-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 21:25:03.401 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.401 [pool-19-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 21:25:03.401 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.401 [pool-19-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...21:25:03.401 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.401 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.402 [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-001b-0000-000000000000.exml... 21:25:03.402 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.402 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.402 [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-001b-0000-000000000000.exml... 21:25:03.402 [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-001b-0000-000000000000.exml 21:25:03.459 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 21:25:03.459 [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-001b-0000-000000000000.exml 21:25:03.463 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 21:25:03.463 [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-001b-0000-000000000000.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...21:25:03.463 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.463 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.463 [pool-19-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... 21:25:03.463 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.463 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.463 [pool-19-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... 21:25:03.464 [pool-19-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 21:25:03.464 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:25:03.464 [pool-19-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 21:25:03.465 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:25:03.465 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...21:25:03.465 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.465 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.465 [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-0005-0000-000000000000.exml... 21:25:03.465 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.465 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.465 [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-0005-0000-000000000000.exml... 21:25:03.466 [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-0005-0000-000000000000.exml 21:25:03.466 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 21:25:03.466 [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-0005-0000-000000000000.exml 21:25:03.466 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.466 [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-0005-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:03.466 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.466 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.467 [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... 21:25:03.467 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.467 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.467 [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... 21:25:03.467 [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 21:25:03.467 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.467 [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-0000-000000000000.exml 21:25:03.467 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.467 [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-01c3-0000-000000000000.exml. 0s0ms [pure insertion] marking any relevant derived attributes for update...21:25:03.467 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.467 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.468 [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/01a40888-0000-002b-0000-000000000000.exml... 21:25:03.468 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.468 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.468 [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/01a40888-0000-002b-0000-000000000000.exml... 21:25:03.468 [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/01a40888-0000-002b-0000-000000000000.exml 21:25:03.468 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.468 [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/01a40888-0000-002b-0000-000000000000.exml 21:25:03.469 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.469 [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/01a40888-0000-002b-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:03.469 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.469 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.469 [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-0f44-0000-000000000000.exml... 21:25:03.469 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.469 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.469 [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-0f44-0000-000000000000.exml... 21:25:03.469 [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-0f44-0000-000000000000.exml 21:25:03.470 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 21:25:03.470 [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-0f44-0000-000000000000.exml 21:25:03.470 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 21:25:03.470 [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-0f44-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:03.470 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.470 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.471 [pool-19-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... 21:25:03.471 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.471 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.471 [pool-19-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... 21:25:03.471 [pool-19-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 21:25:03.471 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.471 [pool-19-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 21:25:03.472 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.472 [pool-19-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...21:25:03.472 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.472 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.472 [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-01b8-0000-000000000000.exml... 21:25:03.472 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.472 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.472 [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-01b8-0000-000000000000.exml... 21:25:03.472 [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-01b8-0000-000000000000.exml 21:25:03.472 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.472 [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-01b8-0000-000000000000.exml 21:25:03.473 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.473 [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-01b8-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:03.473 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.473 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.473 [pool-19-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... 21:25:03.473 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.473 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.473 [pool-19-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... 21:25:03.473 [pool-19-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 21:25:03.473 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.473 [pool-19-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 21:25:03.474 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.474 [pool-19-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...21:25:03.474 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.474 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.474 [pool-19-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... 21:25:03.474 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.474 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.474 [pool-19-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... 21:25:03.474 [pool-19-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 21:25:03.475 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:25:03.475 [pool-19-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 21:25:03.475 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:25:03.475 [pool-19-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...21:25:03.475 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.475 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.476 [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... 21:25:03.476 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.476 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.476 [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... 21:25:03.476 [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 21:25:03.476 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.476 [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 21:25:03.476 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.476 [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. 0s0ms [pure insertion] marking any relevant derived attributes for update...21:25:03.476 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.476 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.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/01ec141c-0000-12fc-0000-000000000000.exml... 21:25:03.477 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.477 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.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/01ec141c-0000-12fc-0000-000000000000.exml... 21:25:03.477 [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 21:25:03.477 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.477 [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 21:25:03.477 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.477 [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. 0s0ms [pure insertion] marking any relevant derived attributes for update...21:25:03.477 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.477 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 21:25:03.478 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.478 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 21:25:03.478 [pool-19-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 21:25:03.478 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.478 [pool-19-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 21:25:03.478 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml. 0s0ms [pure insertion] marking any relevant derived attributes for update...21:25:03.478 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.478 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.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/a74178fb-df2b-11de-905b-001302895b2b.exml... 21:25:03.479 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.479 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.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/a74178fb-df2b-11de-905b-001302895b2b.exml... 21:25:03.479 [pool-19-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 21:25:03.480 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 21:25:03.480 [pool-19-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 21:25:03.480 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:25:03.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/a74178fb-df2b-11de-905b-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:03.480 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.480 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.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/01ec1228-0000-0964-0000-000000000000.exml... 21:25:03.480 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.480 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.480 [pool-19-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... 21:25:03.481 [pool-19-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 21:25:03.505 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.505 [pool-19-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 21:25:03.505 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.505 [pool-19-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. 0s25ms [pure insertion] marking any relevant derived attributes for update...21:25:03.505 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.505 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.506 [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-01f1-0000-000000000000.exml... 21:25:03.506 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.506 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.506 [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-01f1-0000-000000000000.exml... 21:25:03.506 [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-01f1-0000-000000000000.exml 21:25:03.536 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.536 [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-01f1-0000-000000000000.exml 21:25:03.537 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.537 [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-01f1-0000-000000000000.exml. 0s31ms [pure insertion] marking any relevant derived attributes for update...21:25:03.537 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.537 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.537 [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... 21:25:03.537 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.537 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.537 [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... 21:25:03.555 [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 21:25:03.556 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:25:03.556 [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 21:25:03.556 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:25:03.556 [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. 0s19ms [pure insertion] marking any relevant derived attributes for update...21:25:03.556 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.556 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.557 [pool-19-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... 21:25:03.557 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.557 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.557 [pool-19-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... 21:25:03.557 [pool-19-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 21:25:03.558 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 21:25:03.558 [pool-19-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 21:25:03.558 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 21:25:03.558 [pool-19-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...21:25:03.558 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.558 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.558 [pool-19-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... 21:25:03.558 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.558 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.558 [pool-19-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... 21:25:03.559 [pool-19-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 21:25:03.559 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.559 [pool-19-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 21:25:03.559 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.559 [pool-19-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...21:25:03.559 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.559 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.559 [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-0acb-0000-000000000000.exml... 21:25:03.560 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.560 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.560 [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-0acb-0000-000000000000.exml... 21:25:03.560 [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-0acb-0000-000000000000.exml 21:25:03.560 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 21:25:03.560 [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-0acb-0000-000000000000.exml 21:25:03.560 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 21:25:03.560 [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-0acb-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...21:25:03.560 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 21:25:03.560 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 21:25:03.561 [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... 21:25:03.561 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 21:25:03.561 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 21:25:03.561 [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... 21:25:03.561 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragme